Resource Manager Functions (Compact 2013)
3/26/2014
The list below describes the functions that support Resource Manager.
In This Section
- RM_CALLBACK
Called by the Resource Service Provider to notify the Resource Manager of status changes.
- RmAcquire
Opens a resource.
- RmAddToResource
Attaches additional applications to a previously acquired resource.
- RmCloseResource
Terminates resource-wide notifications for a resource.
- RmDeinitialize
Signals the Resource Manager that the Connection Manager is no longer using resources.
- RmGetResourceInfo
Retrieves the current state information of the resource.
- RmInitialize
Initializes a Resource Manager instance and must be called before calling any other Resource Manager function.
- RmOpenResource
Opens a resource.
- RmRelease
Releases a resource, making it available to subsequent calls to RmAcquire.
- RmRemoveFromResource
Removes an application from an acquired resource.