DDGETKERNELCAPSOUT structure (ddkmapi.h)
The DDGETKERNELCAPSOUT structure contains the capabilities of the Microsoft DirectDraw object.
Syntax
typedef struct _DDGETKERNELCAPSOUT {
DWORD ddRVal;
DWORD dwCaps;
DWORD dwIRQCaps;
} DDGETKERNELCAPSOUT, *LPDDGETKERNELCAPSOUT;
Members
ddRVal
Specifies the location in which DirectDraw writes the return value of the DxApi function for DD_DXAPI_GETKERNELCAPS operations. A return code of DD_OK indicates success.
dwCaps
Can be any combination of the capabilities in the dwCaps member of the DDKERNELCAPS structure.
dwIRQCaps
Can be a combination of the flags in the dwIRQCaps member of DDKERNELCAPS.
Requirements
Requirement | Value |
---|---|
Header | ddkmapi.h (include Ddkmapi.h) |