Microsoft Windows CE 3.0  

DDRAWI_DDVIDEOPORT_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_DDVIDEOPORT_INTstructure contains the DirectDraw video port object's interface information.

typedef struct _DDRAWI_DDVIDEOPORT_INT { LPVOID
lpVtbl
;
LPDDRAWI_DDVIDEOPORT_LCL
lpLcl
;
LPDDRAWI_DDVIDEOPORT_INT
lpLink
;
DWORD
dwIntRefCnt
;
DWORD
dwFlags
;
} DDRAWI_DDVIDEOPORT_INT;

Members

lpVtbl
This member is used by DirectDraw and should not be filled in by the driver.
lpLcl
Pointer to a DDRAWI_DDVIDEOPORT_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.
dwFlags
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.