IRpcStubBuffer::DebugServerQueryInterface method (objidlbase.h)

Retrieves a pointer to the interface that a stub represents.

Syntax

HRESULT DebugServerQueryInterface(
  [out] void **ppv
);

Parameters

[out] ppv

A pointer to the interface that the stub represents.

Return value

This method can return the standard return values E_INVALIDARG, E_OUTOFMEMORY, E_UNEXPECTED, E_FAIL, and S_OK.

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 objidlbase.h (include ObjIdl.h)

See also

IRpcStubBuffer