SDDeleteMemList (Windows CE 5.0)
This function deletes a memory look-aside list created with SDCreateMemoryList.
VOID SDDeleteMemList( SD_MEMORY_LIST_HANDLEhList);
Parameters
- hList
[in] Memory list to be deleted.
Return Values
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
OS Versions: Windows CE 5.0 and later.
Header: Sdcardddk.h.
Link Library: Sdcardlib.lib.
See Also
Secure Digital Card Driver Functions | SDCreateMemoryList
Send Feedback on this topic to the authors