Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Important
Some information relates to a prerelease product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines constants that specify parameters for startup.
Syntax
typedef enum GdiplusStartupParams {
GdiplusStartupDefault = 0x00000000,
GdiplusStartupNoSetRound = 0x00000001,
GdiplusStartupSetPSValue = 0x00000002,
GdiplusStartupReserved0 = 0x00000004,
GdiplusStartupReserved1,
GdiplusStartupReserved2,
GdiplusStartupTransparencyMask = 0xFF000000
} ;
Constants
GdiplusStartupDefaultValue: 0x00000000 Specfies default startup. |
GdiplusStartupNoSetRoundValue: 0x00000001 Specifies no set round for startup. |
GdiplusStartupSetPSValueValue: 0x00000002 Specifies a pixel shader value for startup. |
GdiplusStartupReserved0Value: 0x00000004 Still in preview. |
GdiplusStartupTransparencyMaskValue: 0xFF000000 Specifies a transparency mask for startup. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 10 Build 20348 |
| Minimum supported server | Windows 10 Build 20348 |
| Header | gdiplusinit.h |