Skip to content

Latest commit

 

History

History
85 lines (66 loc) · 4.15 KB

nf-gdiplusimageattributes-imageattributes-getlaststatus.md

File metadata and controls

85 lines (66 loc) · 4.15 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist req.product ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:gdiplusimageattributes.ImageAttributes.GetLastStatus
ImageAttributes::GetLastStatus (gdiplusimageattributes.h)
The ImageAttributes::GetLastStatus method returns a value that indicates the nature of this ImageAttributes object's most recent method failure.
GetLastStatus
GetLastStatus method [GDI+]
GetLastStatus method [GDI+]
ImageAttributes class
ImageAttributes class [GDI+]
GetLastStatus method
ImageAttributes.GetLastStatus
ImageAttributes::GetLastStatus
_gdiplus_CLASS_ImageAttributes_GetLastStatus_
gdiplus._gdiplus_CLASS_ImageAttributes_GetLastStatus_
gdiplus\_gdiplus_CLASS_ImageAttributes_GetLastStatus_.htm
gdiplus
VS|gdicpp|~\gdiplus\gdiplusreference\classes\imageattributesclass\imageattributesmethods\getlaststatus_2.htm
12/05/2018
GetLastStatus, GetLastStatus method [GDI+], GetLastStatus method [GDI+],ImageAttributes class, ImageAttributes class [GDI+],GetLastStatus method, ImageAttributes.GetLastStatus, ImageAttributes::GetLastStatus, _gdiplus_CLASS_ImageAttributes_GetLastStatus_, gdiplus._gdiplus_CLASS_ImageAttributes_GetLastStatus_
gdiplusimageattributes.h
Gdiplus.h
Windows
Windows XP, Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
Gdiplus.lib
Gdiplus.dll
Windows
GDI+ 1.0
19H1
ImageAttributes::GetLastStatus
gdiplusimageattributes/ImageAttributes::GetLastStatus
c++
APIRef
kbSyntax
COM
Gdiplus.dll
ImageAttributes.GetLastStatus

ImageAttributes::GetLastStatus

-description

The ImageAttributes::GetLastStatus method returns a value that indicates the nature of this ImageAttributes object's most recent method failure.

-returns

Type: Status

The ImageAttributes::GetLastStatus method returns an element of the Status enumeration.

If no methods invoked on this ImageAttributes object have failed since the previous call to ImageAttributes::GetLastStatus, then ImageAttributes::GetLastStatus returns Ok.

If at least one method invoked on this ImageAttributes object has failed since the previous call to ImageAttributes::GetLastStatus, then ImageAttributes::GetLastStatus returns a value that indicates the nature of the most recent failure.

-remarks

You can call ImageAttributes::GetLastStatus immediately after constructing an ImageAttributes object to determine whether the constructor succeeded.

The first time you call the ImageAttributes::GetLastStatus method of an ImageAttributes object, it returns Ok if the constructor succeeded and all methods invoked so far on the ImageAttributes object succeeded. Otherwise, it returns a value that indicates the nature of the most recent failure.

-see-also

ImageAttributes

Status