CStdStubBuffer_IsIIDSupported function (rpcproxy.h)

[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 * CStdStubBuffer_IsIIDSupported(
  [in] IRpcStubBuffer *This,
  [in] REFIID         riid
);

Parameters

[in] This

Pointer to the IRpcStubBuffer object.

[in] riid

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

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps | UWP apps]
Minimum supported server Windows 2000 Server [desktop apps | UWP apps]
Target Platform Windows
Header rpcproxy.h
Library Rpcrt4.lib
DLL Rpcrt4.dll