RAD Studio VCL Reference
|
Attempts to use a shared memory manager.
function AttemptToUseSharedMemoryManager: Boolean;
Boolean AttemptToUseSharedMemoryManager();
AttemptToUseSharedMemoryManager searches the current process for a shared memory manager. If no memory has been allocated using this module’s memory manager, it will switch to using the shared memory manager. It will return True if it found a shared memory manager to which it could switch. It will return False otherwise.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|