NT4/private/rpc/midl20/include/tlgen.hxx
2020-09-30 17:12:29 +02:00

24 lines
628 B
C++

//+---------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 1992 - 1994.
//
// File: tlgen.hxx
//
// Contents: type library generation functions
//
// Classes:
//
// Functions:
//
// History: 4-10-95 stevebl Created
//
//----------------------------------------------------------------------------
BOOL FAddImportLib(char * szLibraryFileName);
BOOL FIsLibraryName(char * szName);
void * AddQualifiedReferenceToType(char * szLibrary, char * szType);
int FNewTypeLib(void);
int FOldTlbSwitch(void);
int FNewTlbSwitch(void);