Ejemplo n.º 1
0
 public IntPtr GetIcon(Shell32.FileAttributes iconAttributes)
 {
     return(Shell32.GetFileIcon(FullPath, iconAttributes));
 }
Ejemplo n.º 2
0
 internal static extern IntPtr ShGetFileInfo([MarshalAs(UnmanagedType.LPWStr)] string pszPath, FileAttributes dwFileAttributes, [MarshalAs(UnmanagedType.Struct)] out Shell32.FileInfo psfi, [MarshalAs(UnmanagedType.U4)] uint cbFileInfo, [MarshalAs(UnmanagedType.U4)] Shell32.FileAttributes uFlags);