CStdStubBuffer_IsIIDSupported function

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

The CStdStubBuffer_IsIIDSupported function implements the IRpcStubBuffer::IsIIDSupported method.

Syntax


IRpcStubBuffer* STDMETHODCALLTYPE CStdStubBuffer_IsIIDSupported(
  _In_ IRpcStubBuffer *This,
  _In_ REFIID         riid
);

Parameters

This [in]

Pointer to the IRpcStubBuffer object.

riid [in]

IID being tested for support.

Return value

If the IID is supported, returns a pointer to the IRpcStubBuffer object associated with the IID.

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: