WindowsXP-SP1/com/ole32/olethunk/olethk32/dbginv.hxx

27 lines
636 B
C++
Raw Normal View History

2001-01-01 00:00:00 +01:00
//+---------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 1992 - 1994.
//
// File: dbginv.hxx
//
// Contents: Header for invocation debugging
//
// History: 08-Mar-94 DrewB Created
//
//----------------------------------------------------------------------------
#ifndef __DBGINV_HXX__
#define __DBGINV_HXX__
typedef struct _INTERFACENAMES
{
char *pszInterface;
char **ppszMethodNames;
} INTERFACENAMES;
extern INTERFACENAMES inInterfaceNames[];
extern char *apszApiNames[];
#endif // #ifndef __DBGINV_HXX__