Microsoft DirectX 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.

See Also