Events
Apr 8, 3 PM - May 28, 7 AM
Sharpen your AI skills and enter the sweepstakes to win a free Certification exam
Register now!This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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.
This function returns a property of the specified XML Reader.
HRESULT WsGetReaderProperty(
[in] WS_XML_READER *reader,
[in] WS_XML_READER_PROPERTY_ID id,
void *value,
[in] ULONG valueSize,
[in, optional] WS_ERROR *error
);
[in] reader
A pointer to a WS_XML_READER object containing the desired property value.
[in] id
An enumerator value identifier of the Reader property.
value
A pointer to the address for returning the retrieved value. The pointer must have an alignment compatible with the type of the property.
[in] valueSize
A byte count of the buffer that the caller has allocated for the retrieved value.
[in, optional] error
A pointer to a WS_ERROR object where additional information about the error should be stored if the function fails.
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. |
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 |
Events
Apr 8, 3 PM - May 28, 7 AM
Sharpen your AI skills and enter the sweepstakes to win a free Certification exam
Register now!