Source code of Windows XP (NT5)
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.
|
|
//+---------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 1992 - 1994.
//
// File: thopint.hxx
//
// Contents: Interface thops header file
//
// History: 22-Feb-94 DrewB Created
//
// Notes: This file declares generated tables found in
// thtblint.cxx
//
//----------------------------------------------------------------------------
#ifndef __THOPINT_HXX__
#define __THOPINT_HXX__
typedef DWORD (*THUNK3216FN)(THUNK3216OBJ *ptoThis);
typedef struct tagTHOPI { THOP CONST * CONST * ppThops; UINT uiSize; THUNK3216FN CONST * pt3216fn; BYTE CONST * pftm; } THOPI;
typedef struct tagIIDTOTHI { IID CONST * piid; int iThi; } IIDTOTHI;
extern THOPI CONST athopiInterfaceThopis[]; extern IIDTOTHI CONST aittIidToThi[];
#endif // #ifndef __THOPINT_HXX__
|