Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates a new ResourceContext.
Syntax
HRESULT MrmCreateResourceContext(
MrmManagerHandle resourceManager,
MrmContextHandle *resourceContext
);
Parameters
resourceManager
The ResourceManager that will create the ResourceContext.
resourceContext
Contains the created ResourceContext if the call was successful.
Return value
HRESULT that indicates the result of the operation.
Remarks
ResourceContext must be freed with MrmDestroyResourceContext.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 10, version 1809 (with Windows App SDK 0.5 or later) |
| Header | mrm.h |