IMcResourceManagerReleaseMemory Method
|
|
This function releases the memory owned by memoryHandle.
A PropertyChanged( ID_IMcResourceManager_ReleaseMemory, type) event is fired after the
reserved memory block is removed. The event type argument gives the mcMemoryType of the
removed block. Tasks that are waiting for reservable memory can handle this event to know
when reservable memory becomes available. The currently reservable memory for a given
type can be determined by calling ReserveMemory with the PcntOrMBytes argument set to
zero.
Namespace:
MediaCy.IQL.Engine
Assembly:
MediaCy.IQL.Engine (in MediaCy.IQL.Engine.dll) Version: 10.0.6912.0
SyntaxSub ReleaseMemory (
memoryHandle As IntPtr
)
Parameters
- memoryHandle
- Type: SystemIntPtr
A memory handle returned by ReserveMemory .
See Also