Share via


SDDeleteMemList (Windows Embedded CE 6.0)

1/6/2010

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
Windows Embedded CE Windows CE 5.0 and later

See Also

Reference

Secure Digital Card Driver Functions
SDCreateMemoryList