Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Returns an HRESULT value that indicates the error code.
Syntax
HRESULT GetHResult
([out, retval] HRESULT* pHResult)
;
Parameters
pHResult
[out] Pointer to the HRESULT value that indicates the error code.
Return Value
The following table describes possible return values.
| Return Value | Description |
|---|---|
S_OK |
The function successfully returned the error code. |
E_POINTER |
Invalid pointer. |