Skip to content

Latest commit

 

History

History
88 lines (63 loc) · 4.17 KB

nf-gdipluspath-graphicspathiterator-getlaststatus.md

File metadata and controls

88 lines (63 loc) · 4.17 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:gdipluspath.GraphicsPathIterator.GetLastStatus
GraphicsPathIterator::GetLastStatus (gdipluspath.h)
The GraphicsPathIterator::GetLastStatus method returns a value that indicates the nature of this GraphicsPathIterator object's most recent method failure.
GetLastStatus
GetLastStatus method [GDI+]
GetLastStatus method [GDI+]
GraphicsPathIterator class
GraphicsPathIterator class [GDI+]
GetLastStatus method
GraphicsPathIterator.GetLastStatus
GraphicsPathIterator::GetLastStatus
_gdiplus_CLASS_GraphicsPathIterator_GetLastStatus_
gdiplus._gdiplus_CLASS_GraphicsPathIterator_GetLastStatus_
gdiplus\_gdiplus_CLASS_GraphicsPathIterator_GetLastStatus_.htm
gdiplus
VS|gdicpp|~\gdiplus\gdiplusreference\classes\graphicspathiteratorclass\graphicspathiteratormethods\getlaststatus_19.htm
12/05/2018
GetLastStatus, GetLastStatus method [GDI+], GetLastStatus method [GDI+],GraphicsPathIterator class, GraphicsPathIterator class [GDI+],GetLastStatus method, GraphicsPathIterator.GetLastStatus, GraphicsPathIterator::GetLastStatus, _gdiplus_CLASS_GraphicsPathIterator_GetLastStatus_, gdiplus._gdiplus_CLASS_GraphicsPathIterator_GetLastStatus_
gdipluspath.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
GraphicsPathIterator::GetLastStatus
gdipluspath/GraphicsPathIterator::GetLastStatus
c++
APIRef
kbSyntax
COM
Gdiplus.dll
GraphicsPathIterator.GetLastStatus

GraphicsPathIterator::GetLastStatus

-description

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

-returns

Type: Status

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

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

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

-remarks

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

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

-see-also

Constructing and Drawing Paths

GraphicsPathIterator

Paths

Status