mirror of https://github.com/tongzx/nt5src
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
31 lines
417 B
#ifndef _KEYMGR_H_
|
|
#define _KEYMGR_H_
|
|
|
|
/*++
|
|
|
|
Copyright (c) 2000 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
KEYMGR.H
|
|
|
|
Abstract:
|
|
|
|
KeyMgr application public API definitions
|
|
|
|
Author:
|
|
|
|
990917 johnhaw Created.
|
|
georgema 000310 updated
|
|
|
|
Environment:
|
|
Win98, Win2000
|
|
|
|
Revision History:
|
|
|
|
--*/
|
|
|
|
#endif // _KEYMGR_H_
|
|
|
|
//
|
|
///// End of file: KeyMgr.h ////////////////////////////////////////////////
|