HrMAPICreateEntryList

The HrMAPICreateEntryList function creates an entry list.

Quick Info

Header file: EDKMAPI.H
Library: EDKMAPI.LIB

HRESULT HrMAPICreateEntryList(
  ULONG cbeid,                    
  LPENTRYID lpeid,                
  LPENTRYLIST FAR * lppEntryList  
);
 

Parameters

cbeid
Input parameter. Number of bytes in the entry identifier.
lpeid
Input parameter. Points to the entry identifier.
lppEntryList
Output parameter. Points to address variable of the entry list.

Return Values

See Return Values.