Exemplo n.º 1
0
 public static extern BOOL SHGetPathFromIDListW(PCIDLIST_ABSOLUTE pidl, LPWSTR pszPath);
Exemplo n.º 2
0
 public static extern int SHCreateShellItemArray(
     PCIDLIST_ABSOLUTE pidlParent,
     ref IShellFolder psf,
     uint cidl,
     PCUITEMID_CHILD_ARRAY ppidl,
     [MarshalAs(UnmanagedType.Interface)] out IShellItemArray ppsiItemArray);