SDFreeToMemList (Compact 2013)
3/26/2014
This function frees an entry back to the memory list.
Syntax
VOID SDFreeToMemList(
SD_MEMORY_LIST_HANDLE hList,
PVOID pMemory
);
Parameters
- hList
[in] Handle to the memory list.
- pMemory
[in] Memory block to return back to the memory list.
Return Value
None.
Requirements
Header |
sdcardddk.h |
Library |
sdcardlib.lib |