次の方法で共有


CBaseReferenceClock::NonDelegatingQueryInterface (Windows Embedded CE 6.0)

1/6/2010

Accesses supported interfaces.

Syntax

HRESULT NonDelegatingQueryInterface(
  REFIID riid,
  void** ppv
);

Parameters

  • riid
    IID of the interface being requested.

    Only IID_IReferenceClock is supported by the clock interface.

Return Value

Returns E_POINTER if ppv is invalid.

Returns NOERROR if the query is successful or if E_NOINTERFACE if it is not.

Remarks

This member function implements the INonDelegatingUnknown::NonDelegatingQueryInterface method.

Requirements

Windows Embedded CE Windows CE 2.12 and later
Note Microsoft DirectShow applications and DirectShow filters have different include file and Library requirements
For more information, see Setting Up the Build Environment, Version 2.12 requires DXPAK 1.0 or later

See Also

Reference

CBaseReferenceClock Class