CStdAsyncStubBuffer2_Disconnect function

[CStdAsyncStubBuffer2_Disconnect is not supported and may be altered or unavailable in the future.]

Implements the IRpcStubBuffer::Disconnect method and disconnects the server object from the stub.

Syntax


void STDMETHODCALLTYPE CStdAsyncStubBuffer2_Disconnect(
  _In_ IRpcStubBuffer *pthis
);

Parameters

pthis [in]

Pointer to the IRpcStubBuffer object.

Return value

This function does not return a value.

Remarks

This function is used internally by proxies that are generated by MIDL.

Requirements

Minimum supported client

Windows 10 [desktop apps | UWP apps]

Minimum supported server

Windows Server 2016 [desktop apps | Windows Store apps]

Header

Rpcproxy.h

Library

Ole32.lib

DLL

Ole32.dll

 

 

Show: