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
651 B
23 lines
651 B
//+---------------------------------------------------------------------------
|
|
//
|
|
// 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);
|