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.

25 lines
479 B

  1. /****************************** Module Header ******************************\
  2. * Module Name: lock.h
  3. *
  4. * Copyright (c) 1991, Microsoft Corporation
  5. *
  6. * Define apis used to lock the workstation
  7. *
  8. * History:
  9. * 12-09-91 Davidc Created.
  10. \***************************************************************************/
  11. //
  12. // Exported function prototypes
  13. //
  14. INT_PTR
  15. CALLBACK
  16. LockedDlgProc(HWND, UINT, WPARAM, LPARAM);
  17. INT_PTR
  18. CALLBACK
  19. UnlockDlgProc(HWND, UINT, WPARAM, LPARAM);