Windows NT 4.0 source code leak
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
628 B

4 years ago
  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1992 - 1994.
  5. //
  6. // File: tlgen.hxx
  7. //
  8. // Contents: type library generation functions
  9. //
  10. // Classes:
  11. //
  12. // Functions:
  13. //
  14. // History: 4-10-95 stevebl Created
  15. //
  16. //----------------------------------------------------------------------------
  17. BOOL FAddImportLib(char * szLibraryFileName);
  18. BOOL FIsLibraryName(char * szName);
  19. void * AddQualifiedReferenceToType(char * szLibrary, char * szType);
  20. int FNewTypeLib(void);
  21. int FOldTlbSwitch(void);
  22. int FNewTlbSwitch(void);