SECIEnumIDListImpl::CreateEnumIDList
BOOLSECIEnumIDListImpl::CreateEnumIDList(LPCITEMIDLISTpidl, DWORDdwFlags)
Call this function to create the enumerate PIDL list. It is called inside the IShellFolder::EnumObjects method implementation.
Defined in: SECIEnumIDListImpl.h
Return Value
BOOL If successful, return TRUE, otherwise return FALSE
Parameters
pidl
The top PIDL of this folder
dwFlags
Flag passed in the IShellFolder::EnumObjects method.
See Also