|
|
- Enumerator:
| Ok |
|
| GenericError |
|
| InvalidParameter |
|
| OutOfMemory |
|
| ObjectBusy |
|
| InsufficientBuffer |
|
| NotImplemented |
|
| Win32Error |
|
| WrongState |
|
| Aborted |
|
| FileNotFound |
|
| ValueOverflow |
|
| AccessDenied |
|
| UnknownImageFormat |
|
| FontFamilyNotFound |
|
| FontStyleNotFound |
|
| NotTrueTypeFont |
|
| UnsupportedGdiplusVersion |
|
| GdiplusNotInitialized |
|
| PropertyNotFound |
|
| PropertyNotSupported |
|
| ProfileNotFound |
|
Definition at line 24 of file gdiplustypes.h.
{
Ok = 0,
GenericError = 1,
InvalidParameter = 2,
OutOfMemory = 3,
ObjectBusy = 4,
InsufficientBuffer = 5,
NotImplemented = 6,
Win32Error = 7,
WrongState = 8,
Aborted = 9,
FileNotFound = 10,
ValueOverflow = 11,
AccessDenied = 12,
UnknownImageFormat = 13,
FontFamilyNotFound = 14,
FontStyleNotFound = 15,
NotTrueTypeFont = 16,
UnsupportedGdiplusVersion = 17,
GdiplusNotInitialized = 18,
PropertyNotFound = 19,
PropertyNotSupported = 20,
ProfileNotFound = 21
};
|