SDAllocateFromMemList (Windows CE 5.0)
This function allocates an entry from a memory look-aside list.
PVOID SDAllocateFromMemList(SD_MEMORY_LIST_HANDLEhList);
Parameters
- hList
[in] Handle to the memory list.
Return Values
This function returns a pointer to a block of memory from the memory list. This function returns a free entry unless additional allocations from the system heap fail, in which case, it returns NULL. The returned pointer return can be used in the SDFreeToMemList function to return the entry to the memory list.
Requirements
OS Versions: Windows CE 5.0 and later.
Header: Sdcardddk.h.
Link Library: Sdcardlib.lib.
See Also
Secure Digital Card Driver Functions | SDFreeToMemList
Send Feedback on this topic to the authors