・で、メインウィンドウ側でこんな処理入れてた //フルスクリーン時メニューバー処理 case WM_SYSKEYDOWN: if (!fullscreened) break; if (wParam == VK_MENU) SwitchMenu(); return 0; case WM_MOUSEMOVE: if (HIWORD(lParam) == 0) SwitchMenu(); break;
>>175 > An application must not register a window class for a window using a system brush. > To register a window class with a system color, see the documentation of the hbrBackground member of the WNDCLASS or WNDCLASSEX structures. で使っちゃいけないんだって
AccessCheckAndAuditAlarmの2番目の引数 HandleId って何でしょう? 説明は [in] Pointer to a unique value representing the client's handle to the object. If the access is denied, the system ignores this value. なんですがさっぱりわかりません。