Compartilhar via


SDAllocateFromMemList (Windows Embedded CE 6.0)

1/6/2010

This function allocates an entry from a memory look-aside list.

Syntax

PVOID SDAllocateFromMemList(
  SD_MEMORY_LIST_HANDLE hList
);

Parameters

  • hList
    [in] Handle to the memory list.

Return Value

This function returns a pointer to a block of memory from the memory list. This function returns a free entry unless additional allocations from the system heap fail, in which case, it returns NULL. The returned pointer return can be used in the SDFreeToMemList function to return the entry to the memory list.

Requirements

Header sdcardddk.h
Library sdcardlib.lib
Windows Embedded CE Windows CE 5.0 and later

See Also

Reference

Secure Digital Card Driver Functions
SDFreeToMemList