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.

22 lines
1.2 KiB

  1. //***************************************************************************
  2. //* Copyright (c) Microsoft Corporation 1995. All rights reserved. *
  3. //***************************************************************************
  4. //* *
  5. //* W95PUB16.H - Public interface to W95INF16.DLL. *
  6. //* *
  7. //***************************************************************************
  8. #ifndef _W95PUB16_H_
  9. #define _W95PUB16_H_
  10. static const TCHAR achCTLSETLDDPATH32[] = "CtlSetLddPath32@8";
  11. static const TCHAR achGENINSTALL32[] = "GenInstall32@20";
  12. static const TCHAR achGETSETUPXERRORTEXT32[] = "GetSETUPXErrorText32@12";
  13. static const TCHAR achGENFORMSTRWITHOUTPLACEHOLDERS32[] = "GenFormStrWithoutPlaceHolders32@12";
  14. typedef VOID (WINAPI *GETSETUPXERRORTEXT32)( DWORD, LPSTR, DWORD);
  15. typedef WORD (WINAPI *CTLSETLDDPATH32)(UINT, LPSTR);
  16. typedef WORD (WINAPI *GENINSTALL32)(LPSTR, LPSTR, LPSTR, DWORD, DWORD);
  17. typedef BOOL (WINAPI *GENFORMSTRWITHOUTPLACEHOLDERS32)(LPSTR, LPSTR, LPSTR);
  18. #endif // _W95PUB16_H_