nsWindowsShellServiceInternal.h (912B)
1 /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ 2 /* This Source Code Form is subject to the terms of the Mozilla Public 3 * License, v. 2.0. If a copy of the MPL was not distributed with this 4 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 5 6 #ifndef nswindowsshellserviceinternal_h____ 7 #define nswindowsshellserviceinternal_h____ 8 9 #include "ErrorList.h" 10 #include "nsStringFwd.h" 11 #include "nsTArray.h" 12 #include "nsIFile.h" 13 14 #include <shlobj.h> 15 16 nsresult CreateShellLinkObject(nsIFile* aBinary, 17 const CopyableTArray<nsString>& aArguments, 18 const nsAString& aDescription, 19 nsIFile* aIconFile, uint16_t aIconIndex, 20 const nsAString& aAppUserModelId, 21 IShellLinkW** aLink); 22 23 #endif // nswindowsshellserviceinternal_h____