mirror of https://github.com/tongzx/nt5src
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.
22 lines
633 B
22 lines
633 B
//+---------------------------------------------------------------------------
|
|
//
|
|
// Microsoft Windows
|
|
// Copyright (C) Microsoft Corporation, 1992 - 1993.
|
|
//
|
|
// File: go1632pr.hxx
|
|
//
|
|
// Contents: 16->32 generic object proxy
|
|
//
|
|
// History: 18-Feb-94 DrewB Created
|
|
//
|
|
//----------------------------------------------------------------------------
|
|
|
|
#ifndef __GO1632PR_HXX__
|
|
#define __GO1632PR_HXX__
|
|
|
|
STDMETHODIMP_(DWORD) Proxy1632QueryInterface(THUNK1632OBJ FAR *ptoThis16,
|
|
REFIID refiid, LPVOID *ppv);
|
|
|
|
extern DWORD atfnProxy1632Vtbl[];
|
|
|
|
#endif // #ifndef __GO1632PR_HXX__
|