Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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 |