windows-nt/Source/XPSP1/NT/public/internal/base/inc/wowshlp.h

32 lines
1.1 KiB
C
Raw Permalink Normal View History

2020-09-26 03:20:57 -05:00
/******************************Module*Header*******************************\
* Module Name: wowshlp.h *
* *
* Declarations of Shell services provided to WOW. *
* *
* Created: 9-June-1993 *
* *
* Copyright (c) 1993-1998 Microsoft Corporation *
\**************************************************************************/
typedef DWORD (APIENTRY *LPFNWOWSHELLEXECCB) (LPSZ, WORD, LPSZ);
typedef DWORD (APIENTRY *LPFNWOWSHELLEXECCB_NT4) (LPSZ, WORD);
UINT APIENTRY DragQueryFileAorW(
HDROP hDrop,
UINT wFile,
PVOID lpFile,
UINT cb,
BOOL fNeedAnsi,
BOOL fShorten);
HINSTANCE APIENTRY WOWShellExecute(
HWND hwnd,
LPCSTR lpOperation,
LPCSTR lpFile,
LPSTR lpParameters,
LPCSTR lpDirectory,
INT nShowCmd,
LPVOID lpfnWowShellExecCB);