Graphics::GetLastStatus method (gdiplusgraphics.h)
The Graphics::GetLastStatus method returns a value that indicates the nature of this Graphics object's most recent method failure.
Syntax
Status GetLastStatus();
Return value
Type: Status
The Graphics::GetLastStatus method returns an element of the Status enumeration.
If no methods invoked on this Graphics object have failed since the previous call to GetLastStatus, then Graphics::GetLastStatus returns Ok.
If at least one method invoked on this Graphics object has failed since the previous call to GetLastStatus, then Graphics::GetLastStatus returns a value that indicates the nature of the most recent failure.
Remarks
You can call Graphics::GetLastStatus immediately after constructing a Graphics object to determine whether the constructor succeeded.
The first time you call the Graphics::GetLastStatus method of a Graphics object, it returns Ok if the constructor succeeded and all methods invoked so far on the Graphics object succeeded. Otherwise, it returns a value that indicates the nature of the most recent failure.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP, Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Target Platform | Windows |
Header | gdiplusgraphics.h (include Gdiplus.h) |
Library | Gdiplus.lib |
DLL | Gdiplus.dll |