D3DDDICB_LOCK2FLAGS - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3dukmdt.h

typedef struct _D3DDDICB_LOCK2FLAGS {
  union {
    struct {
      UINT Reserved : 32;
    };
    UINT Value;
  };
} D3DDDICB_LOCK2FLAGS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dukmdt-_d3dddicb_lock2flags)

_D3DDDICB_LOCK2FLAGS structure

Description

D3DDDICB_LOCK2FLAGS is used by the Lock2 kernel function to determine how an allocation is locked. Unlike Lock, which supported numerous flags, Lock2 has none. The Lock2 arguments allow flags to be specified using this structure, but currently it only has a reserved field to allow for capabilities to added in the future.

Members

Reserved

This member is reserved and must be zero.

Value

This member must be zero.

See also

Lock

Lock2