Leaked source code of windows server 2003
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.

39 lines
947 B

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1992 - 1994.
  5. //
  6. // File: thopint.hxx
  7. //
  8. // Contents: Interface thops header file
  9. //
  10. // History: 22-Feb-94 DrewB Created
  11. //
  12. // Notes: This file declares generated tables found in
  13. // thtblint.cxx
  14. //
  15. //----------------------------------------------------------------------------
  16. #ifndef __THOPINT_HXX__
  17. #define __THOPINT_HXX__
  18. typedef DWORD (*THUNK3216FN)(THUNK3216OBJ *ptoThis);
  19. typedef struct tagTHOPI
  20. {
  21. THOP CONST * CONST * ppThops;
  22. UINT uiSize;
  23. THUNK3216FN CONST * pt3216fn;
  24. BYTE CONST * pftm;
  25. } THOPI;
  26. typedef struct tagIIDTOTHI
  27. {
  28. IID CONST * piid;
  29. int iThi;
  30. } IIDTOTHI;
  31. extern THOPI CONST athopiInterfaceThopis[];
  32. extern IIDTOTHI CONST aittIidToThi[];
  33. #endif // #ifndef __THOPINT_HXX__