Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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 |