CStdStubBuffer_QueryInterface function (rpcproxy.h)

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

The CStdStubBuffer_QueryInterface function implements the IRpcStubBuffer::QueryInterface method.

Syntax

HRESULT CStdStubBuffer_QueryInterface(
  [in]  IRpcStubBuffer *This,
  [in]  REFIID         riid,
  [out] void           **ppvObject
);

Parameters

[in] This

Pointer to the IRpcStubBuffer object.

[in] riid

IID of the interface to be queried.

[out] ppvObject

Address to a pointer whose interface is queried or NULL when an interface is not supported.

Return value

Returns S_OK on success.

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