コード例 #1
0
ファイル: API.cs プロジェクト: jpbruyere/opentk
 public static extern DWORD_PTR SHGetFileInfo(LPCTSTR pszPath, DWORD dwFileAttributes, ref SHFILEINFO psfi, UINT cbFileInfo, ShGetFileIconFlags uFlags);
コード例 #2
0
ファイル: Functions.cs プロジェクト: tanis2000/FEZ
 public static IntPtr SHGetFileInfo(string pszPath, int dwFileAttributes, ref SHFILEINFO psfi, uint cbFileInfo, ShGetFileIconFlags uFlags);