Skip to content

Latest commit

 

History

History
83 lines (65 loc) · 2.47 KB

nf-webservices-wsgetoperationcontextproperty.md

File metadata and controls

83 lines (65 loc) · 2.47 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.WsGetOperationContextProperty
WsGetOperationContextProperty function (webservices.h)
Returns a property of the specified operation context. It should be noted that the validity of these property is limited to the lifetime of the operation context itself.
WsGetOperationContextProperty
WsGetOperationContextProperty function [Web Services for Windows]
webservices/WsGetOperationContextProperty
wsw.wsgetoperationcontextproperty
wsw\wsgetoperationcontextproperty.htm
wsw
9ab843ff-8f2c-424e-8bb9-ba71f9355728
12/05/2018
WsGetOperationContextProperty, WsGetOperationContextProperty function [Web Services for Windows], webservices/WsGetOperationContextProperty, wsw.wsgetoperationcontextproperty
webservices.h
Windows
Windows 7 [desktop apps \| UWP apps]
Windows Server 2008 R2 [desktop apps \| UWP apps]
WebServices.lib
WebServices.dll
Windows
19H1
WsGetOperationContextProperty
webservices/WsGetOperationContextProperty
c++
APIRef
kbSyntax
DllExport
WebServices.dll
WsGetOperationContextProperty

WsGetOperationContextProperty function

-description

Returns a property of the specified operation context. It should be noted that the validity of these property is limited to the lifetime of the operation context itself.

-parameters

-param context [in]

The context that the property value is being obtained for.

-param id [in]

The id of the property.

-param value

The address to place the retrieved value. The contents are not modified in case of a failure. The pointer must have an alignment compatible with the type of the property.

-param valueSize [in]

The size of the buffer that the caller has allocated for the retrieved value.

-param error [in, optional]

Specifies where additional error information should be stored if the function fails.

-returns

If this function succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.