|
|
| void MFHeap_RegisterCustomHeap |
( |
const MFMemoryCallbacks * |
pCallbacks, |
|
|
void * |
pUserData |
|
) |
|
|
|
|
Registers a set of callbacks and some user data to access a custom heap. - Parameters:
-
| pCallbacks | Pointer to an MFMemoryCallbacks structure containing a set of callbacks to be used for memory management. |
| pUserData | Pointer to a block of user data. This is passed into the memory callbacks. This parameter may be NULL. |
- Returns:
- None.
- See also:
- MFHeap_GetHeap()
|
|