IVPBaseConfig::SetDirectDrawKernelHandle
Microsoft DirectShow 9.0 |
IVPBaseConfig::SetDirectDrawKernelHandle
The SetDirectDrawKernelHandle method sets the kernel-mode handle to the DirectDraw object. This handle enables the device's mini-driver to communicate with DirectDraw.
Syntax
HRESULT SetDirectDrawKernelHandle( ULONG_PTR dwDDKernelHandle );
Parameters
dwDDKernelHandle
[in] Specifies the kernel-mode handle of the DirectDraw object.
Return Values
Returns an HRESULT value.
Requirements
Header: Include Dvp.h, Vptype.h, Vpconfig.h.
Library: None.
See Also