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

Search Results for "GM_" in [All]

gdi32

1: GM_
.

    public const int GM_COMPATIBLE = 0x1;

.

    public const int GM_ADVANCED = 0x2;

.

      GM_COMPATIBLE = 1,

.

      GM_ADVANCED = 2,

.
Documentation
[GM_] on MSDN
.

    /// Value    Meaning GM_COMPATIBLE Sets the graphics mode that is compatible with 16-bit Windows.

.

    /// GM_ADVANCED Sets the advanced graphics mode that allows world transformations.

.

GM_

ole32

.

    ///    Indicates that the compound file already exists and the grfMode parameter is set to STGM_FAILIFTHERE.

.

    ///    Indicates that the compound file already exists and the grfMode parameter is set to STGM_FAILIFTHERE.

Constants

.

        /// The compound file was not created with the STGM_SIMPLE flag

Enums

.

    ///The compound file was not created with the STGM_SIMPLE flag

.

    [Description("The compound file was not created with the STGM_SIMPLE flag")]

.

    '''The compound file was not created with the STGM_SIMPLE flag

.

    <Description("The compound file was not created with the STGM_SIMPLE flag")> _

7: STGM
.

    STGM_READ = 0x0,

.

    STGM_WRITE = 0x1,

.

    STGM_READWRITE = 0x2,

.

    STGM_SHARE_DENY_NONE = 0x40,

.

    STGM_SHARE_DENY_READ = 0x30,

.

    STGM_SHARE_DENY_WRITE = 0x20,

.

    STGM_SHARE_EXCLUSIVE = 0x10,

.

    STGM_PRIORITY = 0x40000,

.

    STGM_CREATE = 0x1000,

.

    STGM_CONVERT = 0x20000,

.

    STGM_FAILIFTHERE = 0x0,

.

    STGM_DIRECT = 0x0,

.

    STGM_TRANSACTED = 0x10000,

.

    STGM_NOSCRATCH = 0x100000,

.

    STGM_NOSNAPSHOT = 0x200000,

.

    STGM_SIMPLE = 0x8000000,

.

    STGM_DIRECT_SWMR = 0x400000,

.

    STGM_DELETEONRELEASE = 0x4000000


 
Access PInvoke.net directly from VS: