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.
23 lines
466 B
23 lines
466 B
//+-------------------------------------------------------------------------
|
|
//
|
|
// Microsoft Windows
|
|
//
|
|
// Copyright (C) Microsoft Corporation, 1997 - 1999
|
|
//
|
|
// File: encdecpk.h
|
|
//
|
|
//--------------------------------------------------------------------------
|
|
|
|
#ifndef _ENCDECPK_H
|
|
#define _ENCDECPK_H
|
|
|
|
BOOL
|
|
WINAPI
|
|
EncodeDecodeDllMain(
|
|
HMODULE hInst,
|
|
ULONG ul_reason_for_call,
|
|
LPVOID lpReserved);
|
|
|
|
|
|
|
|
#endif
|