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.
Describes the type of resource data.
Syntax
typedef enum MrmType {
MrmType_Unknown,
MrmType_String,
MrmType_Path,
MrmType_Embedded
} ;
Constants
MrmType_UnknownData is of an unknown type. |
MrmType_StringData is a string. |
MrmType_PathData is a file path. |
MrmType_EmbeddedData is embedded. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 10, version 1809 (with Windows App SDK 0.5 or later) |
| Header | mrm.h |