DDOPENVPCAPTUREDEVICEOUT structure (ddkmapi.h)

The DDOPENVPCAPTUREDEVICEOUT structure contains the video port extensions (VPE) capture handle.

Syntax

typedef struct _DDOPENVPCAPTUREDEVICEOUT {
  DWORD  ddRVal;
  HANDLE hCapture;
} DDOPENVPCAPTUREDEVICEOUT, *LPDDOPENVPCAPTUREDEVICEOUT;

Members

ddRVal

Specifies the location in which Microsoft DirectDraw writes the return value of the DxApi function for DD_DXAPI_OPENVPCAPTUREDEVICE operations. A return code of DD_OK indicates success.

hCapture

Handle to the new VPE capture object.

Requirements

Requirement Value
Header ddkmapi.h (include Ddkmapi.h)

See also

DD_DXAPI_OPENVPCAPTUREDEVICE

DxApi