コード例 #1
0
ファイル: User32.cs プロジェクト: gmilazzoitag/OpenLiveWriter
 public static extern bool PeekMessage(out MSG lpMsg, IntPtr hWnd, uint wMsgFilterMin, uint wMsgFilterMax, uint wRemoveMsg);
コード例 #2
0
 public virtual int TranslateAccelerator(ref MSG lpMsg, ref Guid pguidCmdGroup, uint nCmdID)
 {
     return HRESULT.S_FALSE;
 }