Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
245 B

  1. INT_PTR AdvScanDlgFunc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
  2. INT_PTR CALLBACK AdvScanDlgProc(HWND hDlg, UINT message,
  3. WPARAM wParam, LPARAM lParam);
  4. void ConfigSwitchKey(UINT vk, BOOL bSet);