Skip to content

Latest commit

 

History

History
99 lines (80 loc) · 2.68 KB

nf-webservices-wsgetwriterproperty.md

File metadata and controls

99 lines (80 loc) · 2.68 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:webservices.WsGetWriterProperty
WsGetWriterProperty function (webservices.h)
Retrieves a specified XML Writer property. The property to retrieve is identified by a WS_XML WRITER_PROPERTY_ID input parameter.
WsGetWriterProperty
WsGetWriterProperty function [Web Services for Windows]
webservices/WsGetWriterProperty
wsw.wsgetwriterproperty
wsw\wsgetwriterproperty.htm
wsw
1167662f-0383-44bb-a7e1-1ec12539903e
12/05/2018
WsGetWriterProperty, WsGetWriterProperty function [Web Services for Windows], webservices/WsGetWriterProperty, wsw.wsgetwriterproperty
webservices.h
Windows
Windows 7 [desktop apps \| UWP apps]
Windows Server 2008 R2 [desktop apps \| UWP apps]
WebServices.lib
WebServices.dll
Windows
19H1
WsGetWriterProperty
webservices/WsGetWriterProperty
c++
APIRef
kbSyntax
DllExport
WebServices.dll
WsGetWriterProperty

WsGetWriterProperty function

-description

Retrieves a specified XML Writer property. The property to retrieve is identified by a WS_XML WRITER_PROPERTY_ID input parameter.

-parameters

-param writer [in]

A pointer to a WS_XML_WRITER structure that contains the property value to retrieve.

-param id [in]

This is a WS_XML_WRITER_PROPERTY_ID enumerator that identifies the property to retrieve.

-param value

A void pointer to a location for storing the retrieved property value.

-param valueSize [in]

The byte-length buffer size allocated by the caller to store the retrieved property value. The pointer must have an alignment compatible with the type of the property.

-param error [in, optional]

A pointer to a WS_ERROR object where additional information about the error should be stored if the function fails.

-returns

This function can return one of these values.

Return code Description
E_INVALIDARG
The property id was not supported for this object or the specified buffer was not large enough for the value.