Important: |
---|
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
The VIDMEMINFOstructure contains the display memory information.
typedef struct _VIDMEMINFO { FLATPTR fpPrimary ; DWORD dwFlags ; DWORD dwDisplayWidth ; DWORD dwDisplayHeight ; LONG lDisplayPitch ; DDPIXELFORMAT ddpfDisplay ; DWORD dwOffscreenAlign ; DWORD dwOverlayAlign ; DWORD dwTextureAlign ; DWORD dwZBufferAlign ; DWORD dwAlphaAlign ; DWORD dwNumHeaps ; LPVIDMEM pvmList ; } VIDMEMINFO; typedef VIDMEMINFO FAR *LPVIDMEMINFO;
Members
Last updated on Tuesday, July 13, 2004