ID3DX11ThreadPump::GetWorkItemCount method

Note

The D3DX (D3DX 9, D3DX 10, and D3DX 11) utility library is deprecated for Windows 8 and is not supported for Windows Store apps.

Gets the number of work items in the thread pump.

Syntax

UINT GetWorkItemCount();

Parameters

This method has no parameters.

Return value

Type: UINT

The number of work items queued in the thread pump.

Requirements

Requirement Value
Header
D3DX11core.h
Library
D3DX11.lib

See also

ID3DX11ThreadPump

D3DX Interfaces