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.

31 lines
417 B

  1. #ifndef _KEYMGR_H_
  2. #define _KEYMGR_H_
  3. /*++
  4. Copyright (c) 2000 Microsoft Corporation
  5. Module Name:
  6. KEYMGR.H
  7. Abstract:
  8. KeyMgr application public API definitions
  9. Author:
  10. 990917 johnhaw Created.
  11. georgema 000310 updated
  12. Environment:
  13. Win98, Win2000
  14. Revision History:
  15. --*/
  16. #endif // _KEYMGR_H_
  17. //
  18. ///// End of file: KeyMgr.h ////////////////////////////////////////////////