typedef struct _VIDEOMEMORYINFO{
FLATPTR fpPrimary;
DWORD dwFlags;
DWORD dwDisplayWidth;
DWORD dwDisplayHeight;
LONG lDisplayPitch;
DDPIXELFORMAT ddpfDisplay;
DWORD dwOffscreenAlign;
DWORD dwOverlayAlign;
DWORD dwTextureAlign;
DWORD dwZBufferAlign;
DWORD dwAlphaAlign;
PVOID pvPrimary;
} VIDEOMEMORYINFO;
The VIDEOMEMORYINFO structure describes the general format of the primary surface.
The VIDEOMEMORYINFO structure is a member of the DD_HALINFO structure. It is initialized and returned by the driver’s DrvGetDirectDrawInfo routine.