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

22 lines
614 B
C++
Raw Permalink Normal View History

2001-01-01 00:00:00 +01:00
//+---------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 1992 - 1994.
//
// File: inv16.hxx
//
// Contents: 32->16 invoke function header
//
// History: 25-Feb-94 DrewB Created
//
//----------------------------------------------------------------------------
#ifndef __INV16_HXX__
#define __INV16_HXX__
DWORD InvokeOn16(IIDIDX iidx, DWORD dwMethod, LPVOID pvStack32);
DWORD ThunkCall3216(THUNKINFO *pti);
void SetOwnerPublicHMEM16( DWORD hMem16 );
#endif // #ifndef __INV16_HXX__