ID3D10Multithread::GetMultithreadProtected method (d3d10.h)

Find out if multithreading is turned on or not.

Syntax

BOOL GetMultithreadProtected();

Return value

Type: BOOL

Whether or not multithreading is turned on. True means on, false means off.

Requirements

Requirement Value
Target Platform Windows
Header d3d10.h
Library D3D10.lib

See also

ID3D10Multithread Interface