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