HRESULT GetAttributesOf(    UINT cidl, // Number of file objects
    LPCITEMIDLIST *apidl, // Pointer to array of pointers to ITEMIDLIST structures
    ULONG *rgfInOut // Address of value containing attributes of the file objects
   );
 ParameterscidlNumber of file objects to get the attributes of.apidlPointer to an array of pointers to ITEMIDLIST structures, each of which uniquely identifies a file object relative to the parent folder. Each ITEMIDLIST structure must contain exactly one SHITEMID structure followed by a terminating zero.rgfInOutAddress of a ULONG value that specifies the common (logically AND'ed) attributes of specified file objects. 在帮助里查到这个函数,不知如何定义参数,请大家指导???