Leaked source code of windows server 2003
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.

19 lines
884 B

  1. /***********************************************/
  2. // Functions in this file
  3. /***********************************************/
  4. void Scanning(int from);
  5. void CALLBACK LineScanProc(HWND hwnd, UINT uMsg, UINT idEvent, DWORD dwTime);
  6. void CALLBACK KeyScanProc_Actual_101(HWND hwnd, UINT uMsg, UINT idEvent, DWORD dwTime);
  7. void CALLBACK KeyScanProc_Actual_106(HWND hwnd, UINT uMsg, UINT idEvent, DWORD dwTime);
  8. void CALLBACK KeyScanProc_Actual_102(HWND hwnd, UINT uMsg, UINT idEvent, DWORD dwTime);
  9. void RestoreRowColor(int Row);
  10. void RestoreKeyColor(int i);
  11. void KillScanTimer(BOOL reset);
  12. void Scanning_Actual(int from);
  13. void Scanning_Block(int from);
  14. void CALLBACK KeyScanProc_Block(HWND hwnd, UINT uMsg, UINT idEvent, DWORD dwTime);
  15. void CALLBACK BlockScanProc(HWND hwnd, UINT uMsg, UINT idEvent, DWORD dwTime);
  16. void RestoreBlockColor(int ColStart, int ColEnd);