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.
Retrieves a property of an WS_ERROR object referenced by the error parameter.
Syntax
HRESULT WsGetErrorProperty( [in] WS_ERROR *error, [in] WS_ERROR_PROPERTY_ID id, void *buffer, [in] ULONG bufferSize ); Parameters
[in] error
A pointer to the WS_ERROR object with the property to retrieve.
[in] id
An identifier of the property to retrieve.
buffer
A pointer referencing the location to store the retrieved property.
[in] bufferSize
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
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 7 [desktop apps | UWP apps] |
| Minimum supported server | Windows Server 2008 R2 [desktop apps | UWP apps] |
| Target Platform | Windows |
| Header | webservices.h |
| Library | WebServices.lib |
| DLL | WebServices.dll |