Source code of Windows XP (NT5)
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.

31 lines
1.1 KiB

  1. /******************************Module*Header*******************************\
  2. * Module Name: wowshlp.h *
  3. * *
  4. * Declarations of Shell services provided to WOW. *
  5. * *
  6. * Created: 9-June-1993 *
  7. * *
  8. * Copyright (c) 1993-1998 Microsoft Corporation *
  9. \**************************************************************************/
  10. typedef DWORD (APIENTRY *LPFNWOWSHELLEXECCB) (LPSZ, WORD, LPSZ);
  11. typedef DWORD (APIENTRY *LPFNWOWSHELLEXECCB_NT4) (LPSZ, WORD);
  12. UINT APIENTRY DragQueryFileAorW(
  13. HDROP hDrop,
  14. UINT wFile,
  15. PVOID lpFile,
  16. UINT cb,
  17. BOOL fNeedAnsi,
  18. BOOL fShorten);
  19. HINSTANCE APIENTRY WOWShellExecute(
  20. HWND hwnd,
  21. LPCSTR lpOperation,
  22. LPCSTR lpFile,
  23. LPSTR lpParameters,
  24. LPCSTR lpDirectory,
  25. INT nShowCmd,
  26. LPVOID lpfnWowShellExecCB);