summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-08-18 10:05:20 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-08-18 10:05:20 +0200
commite1a75dc228fa7bb7c4c42dc9370fc3e51ff5e936 (patch)
tree695876b07423ccfa8b88acd63e928b2b4a7e2c62 /include
parent454c4380a4ab5574d5454d9659b7167845823c48 (diff)
loplugin:unreffun (clang-cl)
Change-Id: I6e5789982789adc68a2e003aa6acff57639d5b5d
Diffstat (limited to 'include')
-rw-r--r--include/comphelper/windowsStart.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/comphelper/windowsStart.hxx b/include/comphelper/windowsStart.hxx
index ce66ef933b68..590402528f7a 100644
--- a/include/comphelper/windowsStart.hxx
+++ b/include/comphelper/windowsStart.hxx
@@ -10,6 +10,11 @@
#include <windows.h>
#endif
+/**
+ * Launch a child process with the specified arguments.
+ * @note argv[0] is ignored
+ * @note The form of this function that takes char **argv expects UTF-8
+ */
BOOL
WinLaunchChild(const wchar_t *exePath, int argc,