共用方式為


DDOPENVIDEOPORTIN 結構 (ddkmapi.h)

DDOPENVIDEOPORTIN 結構包含 (VPE) 物件資訊的視訊埠延伸 模組。

語法

typedef struct _DDOPENVIDEOPORTIN {
  HANDLE              hDirectDraw;
  ULONG               dwVideoPortHandle;
  LPDD_NOTIFYCALLBACK pfnVideoPortClose;
  PVOID               pContext;
} DDOPENVIDEOPORTIN, *LPDDOPENVIDEOPORTIN;

成員

hDirectDraw

指定與 Surface 控制碼相關聯的 Microsoft DirectDraw 物件。

dwVideoPortHandle

指定在使用者模式中建立 VPE 物件時所傳遞的硬體視訊埠識別碼。

pfnVideoPortClose

指向當 VPE 物件變成無法使用時所呼叫的 pfnVideoPortClose 回呼函式。

pContext

包含如果 呼叫 pfnVideoPortClose 回呼函式時所傳遞的值。

需求

   
標頭 ddkmapi.h (包含 Ddkmapi.h)

另請參閱

DD_DXAPI_OPENVIDEOPORT

DxApi