AsyncIUnknown.Begin_QueryInterface

Begins to query a COM object for a pointer to one of its interface.

interface AsyncIUnknown
Begin_QueryInterface
(
ref IID riid
)

Parameters

riid IID

Reference to the Guid of the interface being queried for.

Return Value

Type: HRESULT

An HRESULT status code.

Meta