SDDeleteMemList (Compact 2013)
3/26/2014
This function deletes a memory look-aside list created with SDCreateMemoryList.
Syntax
VOID SDDeleteMemList(
SD_MEMORY_LIST_HANDLE hList
);
Parameters
- hList
[in] Memory list to be deleted.
Return Value
None.
Remarks
When calling this function, you must return all outstanding allocations to the list prior to deleting the memory list. Failure to do so will result in a memory leak.
Requirements
Header |
sdcardddk.h |
Library |
sdcardlib.lib |
See Also
Reference
Secure Digital (SD) Card Driver Functions
SDCreateMemoryList