Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. |