IMcResourceManagerMemoryMissing Property
|
|
This property is set to the difference between MemoryFree and the amount of
memory required in a failed call to ReserveMemory.
Namespace:
MediaCy.IQL.Engine
Assembly:
MediaCy.IQL.Engine (in MediaCy.IQL.Engine.dll) Version: 10.0.6912.0
Syntax
RemarksIf the last action was an assignment to the MemoryFree property, then this
property's value will be either 0.0 (the assignment succeeded) or -1.0 (the assignment
could not free up all of the requested memory).
If the last action was a failed ReserveMemory call, then if the
mcMemoryType.mcmtMBytesFlag bit of the type argument is clear, the value is exposed as
either a percentage of usable physical memory (type=mcmtImageMemory or mcmtPhysicalMemory)
or a percentage of total virtual memory (type=mcmtVirtualMemory). If the
mcMemoryType.mcmtMBytesFlag bit is clear the property is exposed as MBytes.
See Also