RmAddToResource (Compact 7)
3/12/2014
This function attaches additional applications to a previously acquired resource. Resource Manager resolves resource conflicts with this information.
Syntax
RM_RESULT RmAddToResource(
__in HANDLE hId,
__in RM_RESOURCE_HANDLE hAcquired,
DWORD dwPriority
);
Parameters
- [in] hId
An RM_RESOURCE_HANDLE returned by RmInitialize.
- [in] hAcquired
Pointer to an RM_RESOURCE_HANDLE returned by RmAcquire.
- [in] dwPriority
Priority value with the same definition as the RmAcquire parameter dwPriority.
Return Value
The function returns the following values:
Value | Description |
---|---|
RMRE_SUCCESS |
The call succeeded. |
RMRE_INVALID_PARAMETER |
One of the input parameters is invalid. |
RMRE_NOT_INITIALIZED |
The hId parameter cannot be matched to an initialized resource. |
RMRE_UNEXPECTED |
An unexpected failure occurred. |
Requirements
Header |
rmnet.h |
Library |
rmnet.lib |
See Also
Reference
Resource Manager Functions
RM_RESOURCE_HANDLE
RmInitialize
RmAcquire
Resource Manager Service Provider Reference