Microsoft DirectX 8.1 (C++) |
The SetDDSurfaceKernelHandle method sets the kernel handle to be used by the DirectDraw surface.
Syntax
HRESULT SetDDSurfaceKernelHandle(
DWORD dwDDKernelHandle
);
Parameters
dwDDKernelHandle
[in] DirectDraw surface handle for kernel mode, passed as a DWORD value.
Return Values
Returns an HRESULT value.
Remarks
This method sets the DirectDraw handle on the mini driver to enable it to communicate with the video port directly.
See Also