WS_FREE_LISTENER_CALLBACK callback function (webservices.h)

Handles the WsFreeListener call for a WS_CUSTOM_CHANNEL_BINDING.

Syntax

WS_FREE_LISTENER_CALLBACK WsFreeListenerCallback;

void WsFreeListenerCallback(
  [in] void *listenerInstance
)
{...}

Parameters

[in] listenerInstance

The pointer to the state specific to this listener instance, as created by the WS_CREATE_LISTENER_CALLBACK.

The callback should free this pointer.

Return value

None

Remarks

See WsOpenListener for information about the contract of this API.

Requirements

Requirement Value
Minimum supported client Windows 7 [desktop apps only]
Minimum supported server Windows Server 2008 R2 [desktop apps only]
Target Platform Windows
Header webservices.h