Windows NT 4.0 source code leak
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.

30 lines
1.1 KiB

4 years ago
  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 Microsoft Corporation *
  9. \**************************************************************************/
  10. typedef DWORD (APIENTRY *LPFNWOWSHELLEXECCB) (LPSZ, WORD);
  11. UINT APIENTRY DragQueryFileAorW(
  12. HDROP hDrop,
  13. UINT wFile,
  14. PVOID lpFile,
  15. UINT cb,
  16. BOOL fNeedAnsi,
  17. BOOL fShorten);
  18. HINSTANCE APIENTRY WOWShellExecute(
  19. HWND hwnd,
  20. LPCSTR lpOperation,
  21. LPCSTR lpFile,
  22. LPSTR lpParameters,
  23. LPCSTR lpDirectory,
  24. INT nShowCmd,
  25. LPFNWOWSHELLEXECCB lpfnWowShellExecCB);