source: vendor/current/librpc/idl/frsblobs.idl

Last change on this file was 988, checked in by Silvan Scherrer, 9 years ago

Samba Server: update vendor to version 4.4.3

File size: 591 bytes
Line 
1#include "idl_types.h"
2
3import "misc.idl";
4import "security.idl";
5import "frsrpc.idl";
6import "bkupblobs.idl";
7import "fscc.idl";
8/* frs related blobs decoding. Used for debug/dump of FRS related structures */
9
10[
11 pointer_default(unique),
12 helpstring("bkup blobs"),
13 uuid("12345777-1234-abcd-0001-00000004")
14]
15
16interface frsblobs
17{
18
19 void decode_nt_backup_file(
20 [in] bkup_NTBackupFile file
21 );
22
23 void decode_frsrpc_StageHeader(
24 [in] frsrpc_StageHeader header,
25 [in] bkup_NTBackupFile data
26 );
27
28 void decode_FileNetworkOpenInformation(
29 [in] fscc_FileNetworkOpenInformation data
30 );
31}
Note: See TracBrowser for help on using the repository browser.