IGetCapabilitiesKey::GetCapabilitiesKey

 
Microsoft DirectShow 9.0

IGetCapabilitiesKey::GetCapabilitiesKey

The GetCapabilitiesKey method returns a registry key that contains capability information for the encoder.

Syntax

  HRESULT GetCapabilitiesKey(
    HKEY *pKey
);

Parameters

pKey

[out]  Pointer to a variable that receives a handle to the registry key. Call RegEnumValue to enumerate the values for the returned key.

Return Values

Returns an HRESULT value.

Requirements

Header: Declared in Strmif.h; include Dshow.h.

Library: Use Strmiids.lib.

See Also