WsGetErrorProperty function
Retrieves a property of an WS_ERROR object referenced by the error parameter.
Syntax
HRESULT WINAPI WsGetErrorProperty(
_In_ WS_ERROR* error,
_In_ WS_ERROR_PROPERTY_ID id,
void* buffer,
_In_ ULONG bufferSize
);
Parameters
- error [in]
-
A pointer to the WS_ERROR object with the property to retrieve.
- id [in]
-
An identifier of the property to retrieve.
- buffer
-
A pointer referencing the location to store the retrieved property.
- bufferSize [in]
-
The number of bytes allocated by the caller to store the retrieved property.
Return value
This function can return one of these values.
| Return code | Description |
|---|---|
|
The property id was not supported for this object or the specified buffer was not large enough for the value. |
|
One or more arguments are invalid. |
|
This function may return other errors not listed above. |
Requirements
|
Minimum supported client | Windows 7 [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server | Windows Server 2008 R2 [desktop apps | Windows Store apps] |
|
Header |
|
|
Library |
|
|
DLL |
|