Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

ID3DX10ThreadPump::GetQueueStatus method

Get the number of items in each of the three queues inside the thread pump.

Syntax

HRESULT GetQueueStatus(
 [in] UINT *pIoQueue,
 [in] UINT *pProcessQueue,
 [in] UINT *pDeviceQueue
);

Parameters

pIoQueue [in]

Type: UINT*

Number of items in the I/O queue.

pProcessQueue [in]

Type: UINT*

Number of items in the process queue.

pDeviceQueue [in]

Type: UINT*

Number of items in the device queue.

Return value

Type: HRESULT

The return value is one of the values listed in Direct3D 10 Return Codes.

Requirements

Requirement Value
Header
D3DX10.h
Library
D3DX10.lib

See also

ID3DX10ThreadPump

D3DX Interfaces


Feedback

Was this page helpful?

Additional resources