SDFreeToMemList (Windows Embedded CE 6.0)
1/6/2010
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 |
Windows Embedded CE | Windows CE 5.0 and later |