DDLOCKOUTINFO structure (dxmini.h)

The DDLOCKOUTINFO structure contains the surface information output from the DxLock function.

Syntax

typedef struct _DDLOCKOUTINFO {
  ULONG_PTR dwSurfacePtr;
} DDLOCKOUTINFO, *PDDLOCKOUTINFO;

Members

dwSurfacePtr

Points to the surface in the frame buffer.

Requirements

Requirement Value
Header dxmini.h (include Dxmini.h)

See also

DxLock