mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
82ed086618
initial work. I'm including the librpc/gen_ndr directory
in svn temporarily just to get some compile issues straightened
out.
(This used to be commit cf271aa433
)
38 lines
643 B
C
38 lines
643 B
C
/* header auto-generated by pidl */
|
|
|
|
#ifndef _HEADER_misc
|
|
#define _HEADER_misc
|
|
|
|
struct GUID {
|
|
uint32_t time_low;
|
|
uint16_t time_mid;
|
|
uint16_t time_hi_and_version;
|
|
uint8_t clock_seq[2];
|
|
uint8_t node[6];
|
|
}/* [noprint,gensize,public,noejs] */;
|
|
|
|
struct policy_handle {
|
|
uint32_t handle_type;
|
|
struct GUID uuid;
|
|
}/* [public] */;
|
|
|
|
enum netr_SchannelType {
|
|
SEC_CHAN_WKSTA=2,
|
|
SEC_CHAN_DOMAIN=4,
|
|
SEC_CHAN_BDC=6
|
|
};
|
|
|
|
enum netr_SamDatabaseID {
|
|
SAM_DATABASE_DOMAIN=0,
|
|
SAM_DATABASE_BUILTIN=1,
|
|
SAM_DATABASE_PRIVS=2
|
|
};
|
|
|
|
enum samr_RejectReason {
|
|
SAMR_REJECT_OTHER=0,
|
|
SAMR_REJECT_TOO_SHORT=1,
|
|
SAMR_REJECT_COMPLEXITY=2
|
|
};
|
|
|
|
#endif /* _HEADER_misc */
|