Click or drag to resize

IMcResourceManagerRefreshThreads Method

This function releases the threads owned by the threadHandle and reserves numberThreads in one call using the same rules as ReserveThreads.

Namespace:  MediaCy.IQL.Engine
Assembly:  MediaCy.IQL.Engine (in MediaCy.IQL.Engine.dll) Version: 10.0.6912.0
Syntax
VB
Function RefreshThreads ( 
	threadHandle As IntPtr,
	<OutAttribute> ByRef numberThreads As Integer,
	Description As String,
	Flags As mcReserveThreadsFlags
) As IntPtr

Parameters

threadHandle
Type: SystemIntPtr
A handle returned by ReserveThreads
numberThreads
Type: SystemInt32
The number of threads to reserve.
Description
Type: SystemString
Flags
Type: MediaCy.IQL.EnginemcReserveThreadsFlags

Return Value

Type: IntPtr
A handle which will be used to release the threads.
See Also