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.

24 lines
625 B

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1997.
  5. //
  6. // File: S H O R T C U T . H
  7. //
  8. // Contents:
  9. //
  10. // Notes:
  11. //
  12. // Author: scottbri 19 June 1998
  13. //
  14. //----------------------------------------------------------------------------
  15. #ifndef _SHORTCUT_H_
  16. #define _SHORTCUT_H_
  17. HRESULT HrCreateStartMenuShortCut(HWND hwndParent,
  18. BOOL fAllUsers,
  19. PCWSTR pszName,
  20. INetConnection * pConn);
  21. #endif // _SHORTCUT_H_