We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 028eecc commit 8cb0daeCopy full SHA for 8cb0dae
contrib/platform/src/com/sun/jna/platform/win32/Winsvc.java
@@ -241,7 +241,7 @@ public static class ByReference extends SERVICE_FAILURE_ACTIONS implements Struc
241
* If this value is NULL, the reboot message is unchanged. If the value is an empty string
242
* (""), the reboot message is deleted and no message is broadcast.
243
* This member can specify a localized string using the following format:
244
- * @[path\]dllname,-strID
+ * "@[path]dllname,-strID"
245
* The string with identifier strID is loaded from dllname; the path is optional. For more
246
* information, see RegLoadMUIString.
247
* Windows Server 2003 and Windows XP: Localized strings are not supported until Windows
0 commit comments