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

//+---------------------------------------------------------------------------
//
// 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__