DDSCAPS2
The DDSCAPS2 type defines the capabilities of a DirectDrawSurface object. This type is part of the DDSURFACEDESC2 type.
Type DDSCAPS2
lCaps As CONST_DDSURFACECAPSFLAGS
lCaps2 As CONST_DDSURFACECAPS2FLAGS
lCaps3 As Long
lCaps4 As Long
End Type
Members
- lCaps
- One or more constants of the CONST_DDSURFACECAPSFLAGS enumeration representing the capabilities of the surface.
- lCaps2
- Additional surface capabilities. This member can contain one or more of the capability constants of the CONST_DDSURFACECAPS2FLAGS enumeration and can contain an additional flag to indicate how the surface memory was allocated:
- lCaps3 and lCaps4
- Not currently used.