Skip to content

Latest commit

 

History

History
125 lines (103 loc) · 3.29 KB

nf-webservices-wsgetmetadataproperty.md

File metadata and controls

125 lines (103 loc) · 3.29 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.WsGetMetadataProperty
WsGetMetadataProperty function (webservices.h)
Retrieves a specified WS_METADATA object property. The property to retrieve is identified by a WS_METADATA_PROPERTY_ID input parameter.
WsGetMetadataProperty
WsGetMetadataProperty function [Web Services for Windows]
webservices/WsGetMetadataProperty
wsw.wsgetmetadataproperty
wsw\wsgetmetadataproperty.htm
wsw
21d8dbca-e8a5-4b2f-a1f7-951532922024
12/05/2018
WsGetMetadataProperty, WsGetMetadataProperty function [Web Services for Windows], webservices/WsGetMetadataProperty, wsw.wsgetmetadataproperty
webservices.h
Windows
Windows 7 [desktop apps \| UWP apps]
Windows Server 2008 R2 [desktop apps \| UWP apps]
WebServices.lib
WebServices.dll
Windows
19H1
WsGetMetadataProperty
webservices/WsGetMetadataProperty
c++
APIRef
kbSyntax
DllExport
WebServices.dll
WsGetMetadataProperty

WsGetMetadataProperty function

-description

Retrieves a specified WS_METADATA object property. The property to retrieve is identified by a WS_METADATA_PROPERTY_ID input parameter.

Note  The data returned by this function is valid until the metadata object is released or reset. The data should not be modified.
 

-parameters

-param metadata [in]

A pointer to a Metadata object containing the desired property. This parameter must be a valid WS_METADATA object.

-param id [in]

Identifier value of the property to retrieve.

-param value

A reference to a location for storing the retrieved property value. The pointer must have an alignment compatible with the type of the property.

-param valueSize [in]

The byte-length buffer size allocated by the caller to store the retrieved property value.

-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.
E_OUTOFMEMORY
Ran out of memory.
Other Errors
This function may return other errors not listed above.