ImageAttributes::GetLastStatus メソッド (gdiplusimageattributes.h)

ImageAttributes::GetLastStatus メソッドは、この ImageAttributes オブジェクトの最新のメソッドエラーの性質を示す値を返します。

構文

Status GetLastStatus();

戻り値

種類: 状態

ImageAttributes::GetLastStatus メソッドは、Status 列挙の要素を返します。

ImageAttributes::GetLastStatus の前回の呼び出し以降に、この ImageAttributes オブジェクトで呼び出されたメソッドが失敗しなかった場合、ImageAttributes::GetLastStatusOK を返します

この ImageAttributes オブジェクトで呼び出された少なくとも 1 つのメソッドが 、ImageAttributes::GetLastStatus の前回の呼び出し以降に失敗した場合、 ImageAttributes::GetLastStatus は最新のエラーの性質を示す値を返します。

注釈

ImageAttributes オブジェクトを構築した直後に ImageAttributes::GetLastStatus を呼び出して、コンストラクターが成功したかどうかを判断できます。

ImageAttributes オブジェクトの ImageAttributes::GetLastStatus メソッドを初めて呼び出すと、コンストラクターが成功し、ImageAttributes オブジェクトでこれまでに呼び出されたすべてのメソッドが成功した場合、Ok が返されます。 それ以外の場合は、最新のエラーの性質を示す値を返します。

要件

要件
サポートされている最小のクライアント Windows XP、Windows 2000 Professional [デスクトップ アプリのみ]
サポートされている最小のサーバー Windows 2000 Server [デスクトップ アプリのみ]
対象プラットフォーム Windows
ヘッダー gdiplusimageattributes.h (Gdiplus.h を含む)
Library Gdiplus.lib
[DLL] Gdiplus.dll

こちらもご覧ください

ImageAttributes

状態