Desktop Functions: Smart Device Functions:
|
Search Results for "GM_" in [All]gdi321: GM_
public const int GM_COMPATIBLE = 0x1;
public const int GM_ADVANCED = 0x2;
GM_COMPATIBLE = 1,
GM_ADVANCED = 2,
/// 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. 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. Constants5: WINERROR
/// The compound file was not created with the STGM_SIMPLE flag Enums6: HRESULT
///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 |