epan/dissectors/pidl/ C99 drsuapi
[wireshark-sm.git] / epan / dissectors / packet-dcerpc-fsrvp.h
blob6a81ff8f93797dbfd35dc622d975090361078b4f
1 /* DO NOT EDIT
2 This file was automatically generated by Pidl
3 from fsrvp.idl and fsrvp.cnf.
5 Pidl is a perl based IDL compiler for DCE/RPC idl files.
6 It is maintained by the Samba team, not the Wireshark team.
7 Instructions on how to download and install Pidl can be
8 found at https://wiki.wireshark.org/Pidl
9 */
11 #ifndef __PACKET_DCERPC_FSRVP_H
12 #define __PACKET_DCERPC_FSRVP_H
14 #define FSRVP_E_BAD_STATE ( 0x80042301 )
16 #define FSRVP_E_SHADOW_COPY_SET_IN_PROGRESS ( 0x80042316 )
18 #define FSRVP_E_NOT_SUPPORTED ( 0x8004230C )
20 #define FSRVP_E_WAIT_TIMEOUT ( 0x00000102 )
22 #define FSRVP_E_WAIT_FAILED ( 0xFFFFFFFF )
24 #define FSRVP_E_OBJECT_ALREADY_EXISTS ( 0x8004230D )
26 #define FSRVP_E_OBJECT_NOT_FOUND ( 0x80042308 )
28 #define FSRVP_E_UNSUPPORTED_CONTEXT ( 0x8004231B )
30 #define FSRVP_E_BAD_ID ( 0x80042302 )
32 #define FSRVP_E_SHADOWCOPYSET_ID_MISMATCH ( 0x80042501 )
34 #define FSRVP_RPC_VERSION_1 ( 0x000000001 )
36 #define ATTR_PERSISTENT ( 0x00000001 )
38 #define ATTR_NO_AUTO_RECOVERY ( 0x00000002 )
40 #define ATTR_NO_AUTO_RELEASE ( 0x00000008 )
42 #define ATTR_NO_WRITERS ( 0x00000010 )
44 #define ATTR_FILE_SHARE ( 0x04000000 )
46 #define ATTR_AUTO_RECOVERY ( 0x00400000 )
48 #define FSRVP_CTX_BACKUP ( 0x00000000 )
50 #define FSRVP_CTX_FILE_SHARE_BACKUP ( 0x00000010 )
52 #define FSRVP_CTX_NAS_ROLLBACK ( 0x00000019 )
54 #define FSRVP_CTX_APP_ROLLBACK ( 0x00000009 )
56 int fsrvp_dissect_struct_fssagent_share_mapping_1(tvbuff_t *tvb _U_, int offset _U_, packet_info *pinfo _U_, proto_tree *parent_tree _U_, dcerpc_info* di _U_, uint8_t *drep _U_, int hf_index _U_, uint32_t param _U_);
57 #endif /* __PACKET_DCERPC_FSRVP_H */