Statusfunction
Indicates the result of a Microsoft Windows GDI+ method call.
No implementation located. This member is documented, but the source scan found no matching declaration. It is likely declared in a header this scan does not resolve, or provided by a macro.
Parameters
| Name | Description | |
|---|---|---|
StatusOk | 0 | |
StatusGenericError | 1 | |
StatusInvalidParameter | 2 | |
StatusOutOfMemory | 3 | |
StatusObjectBusy | 4 | |
StatusInsufficientBuffer | 5 | |
StatusNotImplemented | 6 | |
StatusWin32Error | 7 | |
StatusWrongState | 8 |
Description
The Status enumeration indicates the result of a Microsoft Windows GDI+ method call. Renamed as GpStatus to avoid naming conflicts.
GdipGetPenColor from a pen that is not a single, solid color results in a WrongState status. |
Reference
- Documented in Graphics/GdiPlus Flat Api/GdiPlus Enumerations.md
- Topic: GdiPlus Enumerations