Skip to content

Latest commit

 

History

History
65 lines (55 loc) · 2.03 KB

nc-webservices-ws_operation_free_state_callback.md

File metadata and controls

65 lines (55 loc) · 2.03 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
NC:webservices.WS_OPERATION_FREE_STATE_CALLBACK
WS_OPERATION_FREE_STATE_CALLBACK (webservices.h)
Allows an application to cleanup state information that was registered with cancellation callback.
WS_OPERATION_FREE_STATE_CALLBACK
WS_OPERATION_FREE_STATE_CALLBACK callback
WS_OPERATION_FREE_STATE_CALLBACK callback function [Web Services for Windows]
webservices/WS_OPERATION_FREE_STATE_CALLBACK
wsw.ws_operation_free_state_callback
wsw\ws_operation_free_state_callback.htm
wsw
46b30bb3-00c6-4f54-b040-683cd6dd5525
12/05/2018
WS_OPERATION_FREE_STATE_CALLBACK, WS_OPERATION_FREE_STATE_CALLBACK callback, WS_OPERATION_FREE_STATE_CALLBACK callback function [Web Services for Windows], webservices/WS_OPERATION_FREE_STATE_CALLBACK, wsw.ws_operation_free_state_callback
webservices.h
Windows
Windows 7 [desktop apps only]
Windows Server 2008 R2 [desktop apps only]
Windows
19H1
WS_OPERATION_FREE_STATE_CALLBACK
webservices/WS_OPERATION_FREE_STATE_CALLBACK
c++
APIRef
kbSyntax
UserDefined
WebServices.h
WS_OPERATION_FREE_STATE_CALLBACK

WS_OPERATION_FREE_STATE_CALLBACK callback function

-description

Allows an application to cleanup state information that was registered with cancellation callback.

This callback is invoked by service model.

-parameters

-param state [in]

A reference to the application defined state registered with the callback.

-remarks

See WsRegisterOperationForCancel for details.