spoolss.idl: don't use string32 anymore and use an charset() array
[samba.git] / source4 / librpc / idl / spoolss.idl
index 114c06a00d7d635254258795f775357c637655fd..33b4dba7b21db4baeeed8249f951d3e9406ff226 100644 (file)
@@ -58,7 +58,7 @@ import "security.idl", "winreg.idl";
        } spoolss_PrinterInfo0;
 
        typedef [public,gensize] struct {
-               string32 devicename;
+               [charset(UTF16)] uint16 devicename[32];
                uint16 specversion;
                uint16 driverversion;
                uint16 size;
@@ -77,7 +77,7 @@ import "security.idl", "winreg.idl";
                uint16 yresolution;
                uint16 ttoption;
                uint16 collate;
-               string32 formname;
+               [charset(UTF16)] uint16 formname[32];
                uint16 logpixels;
                uint32 bitsperpel;
                uint32 pelswidth;