Skip to content

Latest commit

 

History

History
90 lines (66 loc) · 2.63 KB

ne-d3dukmdt-_d3dddi_synchronizationobject_type.md

File metadata and controls

90 lines (66 loc) · 2.63 KB
UID title description old-location tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames f1_keywords topic_type api_type api_location api_name
NE:d3dukmdt._D3DDDI_SYNCHRONIZATIONOBJECT_TYPE
_D3DDDI_SYNCHRONIZATIONOBJECT_TYPE (d3dukmdt.h)
The D3DDDI_SYNCHRONIZATIONOBJECT_TYPE enumeration indicates the type of synchronization object.
display\d3dddi_synchronizationobject_type.htm
display
05/10/2018
D3DDDI_SYNCHRONIZATIONOBJECT_TYPE enumeration
D3DDDI_CPU_NOTIFICATION, D3DDDI_FENCE, D3DDDI_MONITORED_FENCE, D3DDDI_SEMAPHORE, D3DDDI_SYNCHRONIZATIONOBJECT_TYPE, D3DDDI_SYNCHRONIZATIONOBJECT_TYPE enumeration [Display Devices], D3DDDI_SYNCHRONIZATION_MUTEX, DmEnums_b63edb60-f53f-4779-ad85-b9ad8a889508.xml, _D3DDDI_SYNCHRONIZATIONOBJECT_TYPE, d3dukmdt/, d3dukmdt/D3DDDI_CPU_NOTIFICATION, d3dukmdt/D3DDDI_FENCE, d3dukmdt/D3DDDI_MONITORED_FENCE, d3dukmdt/D3DDDI_SEMAPHORE, d3dukmdt/D3DDDI_SYNCHRONIZATIONOBJECT_TYPE, d3dukmdt/D3DDDI_SYNCHRONIZATION_MUTEX, display.d3dddi_synchronizationobject_type
d3dukmdt.h
D3dukmdt.h
Windows
Windows
D3DDDI_SYNCHRONIZATIONOBJECT_TYPE
_D3DDDI_SYNCHRONIZATIONOBJECT_TYPE
d3dukmdt/_D3DDDI_SYNCHRONIZATIONOBJECT_TYPE
D3DDDI_SYNCHRONIZATIONOBJECT_TYPE
d3dukmdt/D3DDDI_SYNCHRONIZATIONOBJECT_TYPE
APIRef
kbSyntax
HeaderDef
d3dukmdt.h
_D3DDDI_SYNCHRONIZATIONOBJECT_TYPE
D3DDDI_SYNCHRONIZATIONOBJECT_TYPE

_D3DDDI_SYNCHRONIZATIONOBJECT_TYPE enumeration

-description

The D3DDDI_SYNCHRONIZATIONOBJECT_TYPE enumeration indicates the type of synchronization object.

-enum-fields

-field D3DDDI_SYNCHRONIZATION_MUTEX

The synchronization object is a synchronization mutex.

Supported starting with Windows Vista.

-field D3DDDI_SEMAPHORE

The synchronization object is a semaphore.

Supported starting with Windows Vista.

-field D3DDDI_FENCE

The synchronization object is a fence.

Supported starting with Windows 7.

-field D3DDDI_CPU_NOTIFICATION

The synchronization object is a CPU notification.

Supported starting with Windows 7.

-field D3DDDI_MONITORED_FENCE

The synchronization object is a monitored fence.

Supported starting with Windows 10.

-field D3DDDI_PERIODIC_MONITORED_FENCE

The synchronization object is a periodic monitored fence.

Supported starting with Windows 10.