Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

DICS_FLAG (Enums)
 
.
Summary
Values specifying the scope of a device property change

C# Definition:

/// <summary>
/// Values specifying the scope of a device property change
/// </summary>
public enum DICS_FLAG : int
{
    /// <summary>
    /// make change in all hardware profiles
    /// </summary>
    DICS_FLAG_GLOBAL = 0x00000001,

    /// <summary>
    /// make change in specified profile only
    /// </summary>
    DICS_FLAG_CONFIGSPECIFIC = 0x00000002,

    /// <summary>
    /// 1 or more hardware profile-specific
    /// </summary>
    DICS_FLAG_CONFIGGENERAL = 0x00000004,
}

VB Definition:

Enum DICS_FLAG
   TODO
End Enum

Notes:

None.

Documentation
DICS_FLAG @msdn on MSDN
 

Please edit this page!

Do you have...

  • helpful tips?
  • corrections to the existing content?
  • additional languages you want to include?

Select "Edit This Page" on the right hand toolbar and edit it!

 
Access PInvoke.net directly from VS:
Terms of Use
Edit This Page
Find References
Show Printable Version
Revisions