3.3.4.3 RemoteSPDetach (Opnum 2)

The RemoteSPDetach method is called by the server in response to a Client call to the server's ClientDetach method to free the binding instance and to release the associated resources.

 void RemoteSPDetach(
   [in, out] PCONTEXT_HANDLE_TYPE2* pphContext
 );

pphContext: Pointer to a PCONTEXT_HANDLE_TYPE2 handle to the binding instance being terminated.

This method has no return values.

On success, the binding instance is removed from the Server List.

Exceptions Thrown:

No exceptions are thrown beyond those thrown by the underlying RPC protocol, as specified in [MS-RPCE].

The opnum field value for this method is 2.