windows-nt/Source/XPSP1/NT/com/rpc/midl/inc/tlgen.hxx

24 lines
628 B
C++
Raw Permalink Normal View History

2020-09-26 03:20:57 -05:00
//+---------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 1992 - 1999.
//
// 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);