Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |