2 miscellaneous IDL structures
7 pyhelper
("librpc/ndr/py_misc.c"),
8 pointer_default(unique)
12 typedef [public,noprint
,gensize
] struct {
15 uint16 time_hi_and_version
;
20 typedef [public] struct {
25 typedef [public] struct {
30 /* secure channel types */
31 /* Only SEC_CHAN_WKSTA can forward requests to other domains. */
33 typedef [public] enum {
36 SEC_CHAN_DNS_DOMAIN
= 3,
41 typedef [public] struct {
44 uint32 unknown2
; /* 0x00000001 */
45 } KRB5_EDATA_NTSTATUS
;