CStdAsyncStubBuffer_QueryInterface function

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

Implements the IRpcStubBuffer::QueryInterface method.

Syntax


HRESULT STDMETHODCALLTYPE CStdAsyncStubBuffer_QueryInterface(
  _In_  IRpcStubBuffer *pthis,
  _In_  REFIID         riid,
  _Out_ void           **ppvObject
);

Parameters

pthis [in]

Pointer to the IRpcStubBuffer object.

riid [in]

IID of the interface to be queried.

ppvObject [out]

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

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: