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.
15 lines
593 B
15 lines
593 B
//+----------------------------------------------------------------------------
|
|
//
|
|
// File: linkdll.h
|
|
//
|
|
// Module: CMCFG32.DLL, CMDIAL32.DLL, CMSECURE.LIB, AND MIGRATE.DLL
|
|
//
|
|
// Synopsis: Header for linkage functions LinkToDll and BindLinkage.
|
|
//
|
|
// Copyright (c) 1999 Microsoft Corporation
|
|
//
|
|
// Author: quintinb Created Header 08/19/99
|
|
//
|
|
//+----------------------------------------------------------------------------
|
|
BOOL LinkToDll(HINSTANCE *phInst, LPCSTR pszDll, LPCSTR *ppszPfn, void **ppvPfn);
|
|
BOOL BindLinkage(HINSTANCE hInstDll, LPCSTR *ppszPfn, void **ppvPfn);
|