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.
Allocates a resource buffer.
Syntax
void * MrmAllocateBuffer(
size_t size
);
Parameters
size
Buffer size in bytes.
Return value
Pointer to the allocated buffer.
Remarks
Buffer must be freed with MrmFreeResource.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 10, version 1809 (with Windows App SDK 0.5 or later) |
| Header | mrm.h |