Skip to content

Latest commit

 

History

History
99 lines (80 loc) · 2.74 KB

nf-webservices-wsgetservicehostproperty.md

File metadata and controls

99 lines (80 loc) · 2.74 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.WsGetServiceHostProperty
WsGetServiceHostProperty function (webservices.h)
Retrieves a specified Service Host property. The property to retrieve is identified by a WS_SERVICE_PROPERTY_ID input parameter.
WsGetServiceHostProperty
WsGetServiceHostProperty function [Web Services for Windows]
webservices/WsGetServiceHostProperty
wsw.wsgetservicehostproperty
wsw\wsgetservicehostproperty.htm
wsw
3793cb79-37b9-4d94-9932-9eb3b259b60e
12/05/2018
WsGetServiceHostProperty, WsGetServiceHostProperty function [Web Services for Windows], webservices/WsGetServiceHostProperty, wsw.wsgetservicehostproperty
webservices.h
Windows
Windows 7 [desktop apps only]
Windows Server 2008 R2 [desktop apps only]
WebServices.lib
WebServices.dll
Windows
19H1
WsGetServiceHostProperty
webservices/WsGetServiceHostProperty
c++
APIRef
kbSyntax
DllExport
WebServices.dll
WsGetServiceHostProperty

WsGetServiceHostProperty function

-description

Retrieves a specified Service Host property. The property to retrieve is identified by a WS_SERVICE_PROPERTY_ID input parameter.

-parameters

-param serviceHost [in]

A pointer to the WS_SERVICE_HOST object containing the property to retrieve.

-param id [in]

This is a WS_SERVICE_PROPERTY_ID enumerator value that identifies the property to retrieve.

-param value

A void pointer 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.