Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
The IDirectDrawSurfaceKernel::GetKernelHandle method returns a kernel-mode handle to the DirectDraw surface.
Syntax
HRESULT GetKernelHandle(
PULONG_PTR unnamedParam1
);
Parameters
unnamedParam1
Caller-supplied pointer into which the kernel-mode handle of the DirectDraw surface is returned.
Return value
The method must return one of the following values:
| Return code | Description |
|---|---|
|
The operation succeeded. |
|
The operation failed. |
|
The method is not implemented. |
Requirements
| Requirement | Value |
|---|---|
| Target Platform | Desktop |
| Header | ddkernel.h (include Ddkernel.h) |