32 lines
417 B
C
32 lines
417 B
C
#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 ////////////////////////////////////////////////
|