Microsoft DirectX 8.1 (C++)

IVPBaseConfig::SetDirectDrawKernelHandle

The SetDirectDrawKernelHandle method sets the DirectDraw� kernel handle for the decoder's minidriver to use.

Syntax

HRESULT SetDirectDrawKernelHandle(
  DWORD dwDDKernelHandle
);

Parameters

dwDDKernelHandle

[in] DirectDraw kernel level handle passed as a DWORD value.

Return Values

Returns an HRESULT value.

See Also