mirror of
https://github.com/samba-team/samba.git
synced 2025-03-27 22:50:26 +03:00
dcerpc.idl: add dcerpc_fault_flags bitmap
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Günther Deschner <gd@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
This commit is contained in:
parent
4464896167
commit
96d317def1
@ -217,11 +217,15 @@ interface dcerpc
|
||||
to see what fault w2k3 returns in this case */
|
||||
const int DCERPC_FAULT_TODO = 0x00000042;
|
||||
|
||||
typedef [bitmap8bit] bitmap {
|
||||
DCERPC_FAULT_FLAG_EXTENDED_ERROR_INFORMATION = 0x01
|
||||
} dcerpc_fault_flags;
|
||||
|
||||
typedef struct {
|
||||
uint32 alloc_hint;
|
||||
uint16 context_id;
|
||||
uint8 cancel_count;
|
||||
uint8 flags;
|
||||
dcerpc_fault_flags flags;
|
||||
dcerpc_nca_status status;
|
||||
[value(0)] uint32 reserved;
|
||||
[flag(NDR_REMAINING)] DATA_BLOB error_and_verifier;
|
||||
|
Loading…
x
Reference in New Issue
Block a user