Share via


DDNONLOCALVIDMEMCAPS (Windows CE 5.0)

Send Feedback

This structure contains the capabilities for nonlocal display memory.

typedef struct _DDNONLOCALVIDMEMCAPS {DWORDdwSize;DWORDdwNLVBCaps;DWORDdwNLVBCaps2;DWORDdwNLVBCKeyCaps;DWORDdwNLVBFXCaps;DWORDdwNLVBRops[DD_ROP_SPACE];} DDNONLOCALVIDMEMCAPS;typedef struct _DDNONLOCALVIDMEMCAPS FAR *LPDDNONLOCALVIDMEMCAPS;

Members

  • dwSize**
    Size of the structure. This member must be initialized before the structure is used.
  • dwNLVBCaps**
    Contains the driver-specific capabilities for nonlocal-to-local display-memory blits.
  • dwNLVBCaps2**
    Contains more of the driver-specific capabilities for nonlocal-to-local display-memory blits.
  • dwNLVBCKeyCaps**
    Contains driver color key capabilities for nonlocal-to-local display-memory blits.
  • dwNLVBFXCaps**
    Contains driver FX capabilities for nonlocal-to-local display-memory blits.
  • dwNLVBRops
    Contains the raster operations supported for nonlocal-to-local blits.

Remarks

Normally, the dwNLVBCaps, dwNLVBCaps2, dwNFLBCKeyCaps, dwNLVBFXCaps, and dwNLVBRops members contain a subset of the flags used in the DDCORECAPS structure that is relevant to nonlocal-to-local blitting. However, for flexibility, any of the flags in DDCORECAPS can be used.

Requirements

OS Versions: Windows CE 2.12 and later. Version 2.12 requires DXPAK 1.0 or later.
Header: Ddrawi.h.

See Also

DDCORECAPS | Display Memory Structures

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.