Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
This structure contains the DirectDrawSurface object's interface information.
typedef struct _DDRAWI_DDRAWSURFACE_INT {LPVOIDlpVtbl;LPDDRAWI_DDRAWSURFACE_LCLlpLcl;LPDDRAWI_DDRAWSURFACE_INTlpLink;DWORDdwIntRefCnt;} DDRAWI_DDRAWSURFACE_INT;
Members
- lpVtbl**
This member is used by DirectDraw and should not be filled in by the driver. - lpLcl**
Pointer to a DDRAWI_DDRAWSURFACE_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.
Requirements
OS Versions: Windows CE 2.12 and later. Version 2.12 requires DXPAK 1.0 or later.
Header: Ddrawi.h.
See Also
DDRAWI_DDRAWSURFACE_LCL | DirectDrawSurface Structures
Send Feedback on this topic to the authors