mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
spoolss: make RPC_PrintNamedProperty public
Signed-off-by: Günther Deschner <gd@samba.org> Reviewed-by: David Disseldorp <ddiss@samba.org>
This commit is contained in:
parent
cc38511903
commit
1aafc844a7
@ -3340,12 +3340,12 @@ cpp_quote("#define spoolss_security_descriptor security_descriptor")
|
||||
[case(kRpcPropertyTypeBuffer)] propertyBlob propertyBlob;
|
||||
} RPC_PrintPropertyValueUnion;
|
||||
|
||||
typedef struct {
|
||||
typedef [public] struct {
|
||||
RPC_EPrintPropertyType ePropertyType;
|
||||
[switch_is(ePropertyType)] RPC_PrintPropertyValueUnion value;
|
||||
} RPC_PrintPropertyValue;
|
||||
|
||||
typedef struct {
|
||||
typedef [public] struct {
|
||||
[string,charset(UTF16)] uint16 *propertyName;
|
||||
RPC_PrintPropertyValue propertyValue;
|
||||
} RPC_PrintNamedProperty;
|
||||
|
Loading…
Reference in New Issue
Block a user