idl/spoolss: fix spelling of UTF16 charset
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>
Sat, 17 Jun 2023 02:22:05 +0000 (14:22 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 26 Oct 2023 01:24:32 +0000 (01:24 +0000)
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
librpc/idl/spoolss.idl

index 14489534c83043c178ba6c72d73effb422afc56e..81605879d3c6375701a901f69ea4142789932e81 100644 (file)
@@ -2403,13 +2403,13 @@ cpp_quote("#define spoolss_security_descriptor security_descriptor")
        /* Function: 0x2e */
 
        typedef struct {
-               [string,charset(URF16)] uint16 *monitor_name;
+               [string,charset(UTF16)] uint16 *monitor_name;
        } spoolss_AddMonitorInfo1;
 
        typedef struct {
-               [string,charset(URF16)] uint16 *monitor_name;
-               [string,charset(URF16)] uint16 *environment;
-               [string,charset(URF16)] uint16 *dll_name;
+               [string,charset(UTF16)] uint16 *monitor_name;
+               [string,charset(UTF16)] uint16 *environment;
+               [string,charset(UTF16)] uint16 *dll_name;
        } spoolss_AddMonitorInfo2;
 
        typedef [ms_union,switch_type(uint32)] union {