IDirectDrawKernel::GetCaps method (ddkernel.h)
The IDirectDrawKernel::GetCaps method returns the capabilities of this kernel-mode device.
Syntax
HRESULT GetCaps(
LPDDKERNELCAPS unnamedParam1
);
Parameters
unnamedParam1
Caller-supplied pointer to a DDKERNELCAPS structure into which the kernel-mode capabilities of the DirectDraw device are 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 Ddraw.h, Ddkernel.h, Winddi.h) |