Skip to content

Latest commit

 

History

History
78 lines (59 loc) · 3.03 KB

ns-d3dumddi-_d3dddicb_signalsynchronizationobject.md

File metadata and controls

78 lines (59 loc) · 3.03 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
NS:d3dumddi._D3DDDICB_SIGNALSYNCHRONIZATIONOBJECT
_D3DDDICB_SIGNALSYNCHRONIZATIONOBJECT (d3dumddi.h)
The D3DDDICB_SIGNALSYNCHRONIZATIONOBJECT structure describes the parameters that are required to set up signaling in a call to the pfnSignalSynchronizationObjectCb function.
display\d3dddicb_signalsynchronizationobject.htm
display
05/10/2018
D3DDDICB_SIGNALSYNCHRONIZATIONOBJECT structure
D3DDDICB_SIGNALSYNCHRONIZATIONOBJECT, D3DDDICB_SIGNALSYNCHRONIZATIONOBJECT structure [Display Devices], D3D_param_Structs_347963a7-4c6b-478e-9a2f-e708a807cac6.xml, _D3DDDICB_SIGNALSYNCHRONIZATIONOBJECT, d3dumddi/D3DDDICB_SIGNALSYNCHRONIZATIONOBJECT, display.d3dddicb_signalsynchronizationobject
d3dumddi.h
D3dumddi.h
Windows
Available in Windows Vista and later versions of the Windows operating systems.
Windows
D3DDDICB_SIGNALSYNCHRONIZATIONOBJECT
_D3DDDICB_SIGNALSYNCHRONIZATIONOBJECT
d3dumddi/_D3DDDICB_SIGNALSYNCHRONIZATIONOBJECT
D3DDDICB_SIGNALSYNCHRONIZATIONOBJECT
d3dumddi/D3DDDICB_SIGNALSYNCHRONIZATIONOBJECT
APIRef
kbSyntax
HeaderDef
d3dumddi.h
_D3DDDICB_SIGNALSYNCHRONIZATIONOBJECT
D3DDDICB_SIGNALSYNCHRONIZATIONOBJECT

_D3DDDICB_SIGNALSYNCHRONIZATIONOBJECT structure

-description

The D3DDDICB_SIGNALSYNCHRONIZATIONOBJECT structure describes the parameters that are required to set up signaling in a call to the pfnSignalSynchronizationObjectCb function.

-struct-fields

-field hContext [in]

A handle to a Direct3D context that signals the synchronization events in the array that the ObjectHandleArray member specifies.

-field ObjectCount [in]

The number of synchronization events in the ObjectHandleArray array.

-field ObjectHandleArray [in]

An array of handles to the synchronization events that the context that is specified by the hContext member signals. The D3DDDI_MAX_OBJECT_SIGNALED constant, which is defined as 32, indicates the maximum number of synchronization events that the context can signal.

-field Flags [in]

A D3DDDICB_SIGNALFLAGS structure that indicates, in bit-field flags, signaling behavior.

-see-also

D3DDDICB_SIGNALFLAGS

pfnSignalSynchronizationObjectCb