Microsoft Windows CE 3.0  

DDRAWI_DIRECTDRAW_INT

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 DDRAWI_DIRECTDRAW_INTstructure contains the DirectDraw object's interface information.

typedef struct _DDRAWI_DIRECTDRAW_INT { LPVOID
lpVtbl
;
LPDDRAWI_DIRECTDRAW_LCL
lpLcl
;
LPDDRAWI_DIRECTDRAW_INT
lpLink
;
DWORD
dwIntRefCnt
;
} DDRAWI_DIRECTDRAW_INT;

Members

lpVtbl
This member is used by DirectDraw and should not be filled in by the driver.
lpLcl
Pointer to a DDRAWI_DIRECTDRAW_LCLstructure that contains the local object.
lpLink
This member is used by DirectDraw and should not be filled in by the driver.
dwIntRefCnt
This member is used by DirectDraw and should not be filled in by the driver.

 Last updated on Tuesday, July 13, 2004

© 2004 Microsoft Corporation. All rights reserved.