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.

21 lines
614 B

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1992 - 1994.
  5. //
  6. // File: inv16.hxx
  7. //
  8. // Contents: 32->16 invoke function header
  9. //
  10. // History: 25-Feb-94 DrewB Created
  11. //
  12. //----------------------------------------------------------------------------
  13. #ifndef __INV16_HXX__
  14. #define __INV16_HXX__
  15. DWORD InvokeOn16(IIDIDX iidx, DWORD dwMethod, LPVOID pvStack32);
  16. DWORD ThunkCall3216(THUNKINFO *pti);
  17. void SetOwnerPublicHMEM16( DWORD hMem16 );
  18. #endif // #ifndef __INV16_HXX__