Source code of Windows XP (NT5)
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

  1. //+----------------------------------------------------------------------------
  2. //
  3. // File: linkdll.h
  4. //
  5. // Module: CMCFG32.DLL, CMDIAL32.DLL, CMSECURE.LIB, AND MIGRATE.DLL
  6. //
  7. // Synopsis: Header for linkage functions LinkToDll and BindLinkage.
  8. //
  9. // Copyright (c) 1999 Microsoft Corporation
  10. //
  11. // Author: quintinb Created Header 08/19/99
  12. //
  13. //+----------------------------------------------------------------------------
  14. BOOL LinkToDll(HINSTANCE *phInst, LPCSTR pszDll, LPCSTR *ppszPfn, void **ppvPfn);
  15. BOOL BindLinkage(HINSTANCE hInstDll, LPCSTR *ppszPfn, void **ppvPfn);