IUnknown.QueryInterface

A helper function that infers an interface identifier.

  1. HRESULT QueryInterface(const(IID)* riid, void* ppvObject)
  2. HRESULT QueryInterface(T** pvObject)
    interface IUnknown
    extern (D) @nogc
    QueryInterface
    (
    T
    )
    ()
    if ()

Meta