DDRAWI_DIRECTDRAW_INT
The DDRAWI_DIRECTDRAW_INT structure 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_LCL structure 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
© 1992-2000 Microsoft Corporation. All rights reserved.