windows-nt/Source/XPSP1/NT/ds/security/cryptoapi/pki/pfxlib/impexppk.h
2020-09-26 16:20:57 +08:00

26 lines
447 B
C

//+-------------------------------------------------------------------------
//
// Microsoft Windows
//
// Copyright (C) Microsoft Corporation, 1997 - 1999
//
// File: impexppk.h
//
//--------------------------------------------------------------------------
#ifndef _IMPEXPPK_H
#define _IMPEXPPK_H
BOOL
WINAPI
ImportExportDllMain(
HMODULE hInst,
ULONG ul_reason_for_call,
LPVOID lpReserved);
#endif