CStdStubBuffer_CountRefs function

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

The CStdStubBuffer_CountRefs function implements the IRpcStubBuffer::CountRefs method.

Syntax


ULONG STDMETHODCALLTYPE CStdStubBuffer_CountRefs(
  _In_ IRpcStubBuffer *This
);

Parameters

This [in]

Pointer to the IRpcStubBuffer object.

Return value

Returns the number of server objects connected to the stub.

Remarks

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

Requirements

Minimum supported client

Windows 2000 Professional [desktop apps | Windows Store apps]

Minimum supported server

Windows 2000 Server [desktop apps | Windows Store apps]

Header

Rpcproxy.h

Library

RpcRT4.lib

DLL

RpcRT4.dll

 

 

Show: