Metodo ImageAttributes::GetLastStatus (gdiplusimageattributes.h)
Il metodo ImageAttributes::GetLastStatus restituisce un valore che indica la natura dell'errore più recente dell'oggetto ImageAttributes .
Sintassi
Status GetLastStatus();
Valore restituito
Tipo: Stato
Il metodo ImageAttributes::GetLastStatus restituisce un elemento dell'enumerazione Status .
Se nessun metodo richiamato in questo oggetto ImageAttributes non è riuscito dopo la chiamata precedente a ImageAttributes::GetLastStatus, ImageAttributes::GetLastStatus restituisce Ok.
Se almeno un metodo richiamato in questo oggetto ImageAttributes non è riuscito dalla chiamata precedente a ImageAttributes::GetLastStatus, ImageAttributes::GetLastStatus restituisce un valore che indica la natura dell'errore più recente.
Commenti
È possibile chiamare ImageAttributes::GetLastStatus immediatamente dopo aver costruito un oggetto ImageAttributes per determinare se il costruttore ha avuto esito positivo.
La prima volta che si chiama il metodo ImageAttributes::GetLastStatus di un oggetto ImageAttributes , restituisce Ok se il costruttore ha avuto esito positivo e tutti i metodi richiamati finora sull'oggetto ImageAttributes hanno avuto esito positivo. In caso contrario, restituisce un valore che indica la natura dell'errore più recente.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows XP, Windows 2000 Professional [solo app desktop] |
Server minimo supportato | Windows 2000 Server [solo app desktop] |
Piattaforma di destinazione | Windows |
Intestazione | gdiplusimageattributes.h (include Gdiplus.h) |
Libreria | Gdiplus.lib |
DLL | Gdiplus.dll |