Windows.Win32.Graphics.GdiPlus.Status
enum Status
This section lists the styles, in addition to standard window styles, supported by status bar controls.
namespace Windows.Win32.Graphics.GdiPlus
{
internal enum Status
{
Ok,
GenericError,
InvalidParameter,
OutOfMemory,
ObjectBusy,
InsufficientBuffer,
NotImplemented,
Win32Error,
WrongState,
Aborted,
FileNotFound,
ValueOverflow,
AccessDenied,
UnknownImageFormat,
FontFamilyNotFound,
FontStyleNotFound,
NotTrueTypeFont,
UnsupportedGdiplusVersion,
GdiplusNotInitialized,
PropertyNotFound,
PropertyNotSupported,
ProfileNotFound
}
}