20 lines
407 B
Plaintext
20 lines
407 B
Plaintext
|
//+-------------------------------------------------------------------------
|
||
|
//
|
||
|
// Microsoft Windows
|
||
|
//
|
||
|
// Copyright (C) Microsoft Corporation, 1997 - 1999
|
||
|
//
|
||
|
// File: initpki.src
|
||
|
//
|
||
|
//--------------------------------------------------------------------------
|
||
|
|
||
|
LIBRARY INITPKI
|
||
|
|
||
|
EXPORTS
|
||
|
|
||
|
DllInstall PRIVATE
|
||
|
DllRegisterServer PRIVATE
|
||
|
DllUnregisterServer PRIVATE
|
||
|
|
||
|
InitializePKI
|