Changeset 745 for trunk/server/librpc/idl/frstrans.idl
- Timestamp:
- Nov 27, 2012, 4:43:17 PM (13 years ago)
- Location:
- trunk/server
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
librpc/idl/frstrans.idl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/server
- Property svn:mergeinfo changed
/vendor/current merged: 581,587,591,594,597,600,615,618,740
- Property svn:mergeinfo changed
-
trunk/server/librpc/idl/frstrans.idl
r414 r745 278 278 /*****************/ 279 279 /* Function 0x0f */ 280 [todo] void FRSTRANS_RAW_GET_FILE_DATA_ASYNC(); 280 typedef pipe uint8 frstrans_BytePipe; 281 282 WERROR frstrans_RawGetFileDataAsync( 283 [in,ref] policy_handle *server_context, 284 [out,ref] frstrans_BytePipe *byte_pipe 285 ); 281 286 282 287 /*****************/ 283 288 /* Function 0x10 */ 284 [todo] void FRSTRANS_RDC_GET_FILE_DATA_ASYNC(); 289 WERROR frstrans_RdcGetFileDataAsync( 290 [in,ref] policy_handle *server_context, 291 [out,ref] frstrans_BytePipe *byte_pipe 292 ); 285 293 }
Note:
See TracChangeset
for help on using the changeset viewer.
