IAPI::IsTaskQueueObjectSuspended

property IsTaskQueueObjectSuspended.

Checks whether a thread pool is suspended ( on stand by ) or not

 

HRESULT IsTaskQueueObjectSuspended(
  long hTaskQueueObject,
  BOOL *pVal
);

Parameters

hTaskQueueObject

[in] . Handle of the thread pool

pVal

[out, retval] The returned value.

Return Values

S_OK

The operation was successfull.

E_POINTER

A NULL pointer was supplied as an argument.

E_UNEXPECTED

An unexpected error occoured.

See Also

IAPI