HrMAPIDestroyEntryList

The HrMAPIDestroyEntryList function frees an entry list.

Quick Info

Header file: EDKMAPI.H
Library: EDKMAPI.LIB

HRESULT HrMAPIDestroyEntryList(
  LPENTRYLIST FAR * lppEntryList  
);
 

Parameters

lppEntryList
Input/output parameter. Points to the address variable of the entry list.

Return Values

See Return Values.

Remarks

For more information on this function, see the HrMAPIDestroyEntryList function in EDKMAPI.C under the EDKMAPI code sample in the Code Samples folder.