Пример #1
0
 public static extern IntPtr SHGetFileInfoW(
     string pszPath,
     DWORD dwFileAttributes,
     ref SHFILEINFOW psfi,
     UINT cbFileInfo,
     SHGFI uFlags
     );
Пример #2
0
 public static extern BOOL PeekMessageW(
     ref MSG lpMsg,
     HWND hWnd,
     UINT wMsgFilterMin,
     UINT wMsgFilterMax,
     PM wRemoveMsg
     );
Пример #3
0
 public static extern int GetDIBits(
     HDC hdc,
     HBITMAP hbm,
     UINT start,
     UINT cLines,
     byte[] lpvBits,
     ref BITMAPINFOHEADER lpbmi,
     DIB usage
     );
Пример #4
0
 public static extern bool GetMessageW(
     ref MSG lpMsg,
     HWND hWnd,
     UINT wMsgFilterMin,
     UINT wMsgFilterMax
     );