Changeset 752 for trunk/server/librpc/idl
- Timestamp:
- Nov 29, 2012, 2:06:31 PM (13 years ago)
- Location:
- trunk/server
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server
- Property svn:mergeinfo changed
/vendor/current merged: 746,748
- Property svn:mergeinfo changed
-
trunk/server/librpc/idl/ntprinting.idl
r745 r752 27 27 } ntprinting_form; 28 28 29 void decode_ntprinting_form(29 [public] void decode_ntprinting_form( 30 30 [in] ntprinting_form form 31 31 ); … … 47 47 } ntprinting_driver; 48 48 49 void decode_ntprinting_driver(49 [public] void decode_ntprinting_driver( 50 50 [in] ntprinting_driver driver 51 51 ); … … 147 147 } ntprinting_printer; 148 148 149 void decode_ntprinting_printer(149 [public] void decode_ntprinting_printer( 150 150 [in] ntprinting_printer printer 151 151 ); -
trunk/server/librpc/idl/samr.idl
r745 r752 1456 1456 typedef struct { 1457 1457 samPwdChangeReason extendedFailureReason; 1458 [string,charset(UTF16)] uint16 *filterModuleName;1458 lsa_String filterModuleName; 1459 1459 } userPwdChangeFailureInformation; 1460 1460 -
trunk/server/librpc/idl/security.idl
r745 r752 571 571 572 572 /* This is not yet sent over the network, but is simply defined in IDL */ 573 typedef [public ] struct {573 typedef [public,gensize] struct { 574 574 uint32 num_sids; 575 575 [size_is(num_sids)] dom_sid sids[*]; … … 579 579 580 580 /* This is not yet sent over the network, but is simply defined in IDL */ 581 typedef [public ] struct {581 typedef [public,gensize] struct { 582 582 uid_t uid; 583 583 uid_t gid; … … 593 593 SECINFO_DACL = 0x00000004, 594 594 SECINFO_SACL = 0x00000008, 595 SECINFO_LABEL = 0x00000010, 595 596 SECINFO_UNPROTECTED_SACL = 0x10000000, 596 597 SECINFO_UNPROTECTED_DACL = 0x20000000, -
trunk/server/librpc/idl/spoolss.idl
r745 r752 679 679 680 680 typedef [public,gensize] struct { 681 [charset(UTF16) ] uint16 devicename[MAXDEVICENAME];681 [charset(UTF16),to_null] uint16 devicename[MAXDEVICENAME]; 682 682 spoolss_DeviceModeSpecVersion specversion; 683 683 uint16 driverversion; … … 698 698 spoolss_DeviceModeTTOption ttoption; 699 699 spoolss_DeviceModeCollate collate; 700 [charset(UTF16) ] uint16 formname[MAXDEVICENAME];700 [charset(UTF16),to_null] uint16 formname[MAXDEVICENAME]; 701 701 uint16 logpixels; /* reserved */ 702 702 uint32 bitsperpel; /* reserved */
Note:
See TracChangeset
for help on using the changeset viewer.