Line | |
---|
1 | /* header auto-generated by pidl */
|
---|
2 |
|
---|
3 | #include <stdint.h>
|
---|
4 |
|
---|
5 | #include "libcli/util/ntstatus.h"
|
---|
6 |
|
---|
7 | #ifndef _HEADER_secrets
|
---|
8 | #define _HEADER_secrets
|
---|
9 |
|
---|
10 | struct TRUSTED_DOM_PASS {
|
---|
11 | uint32_t uni_name_len;/* [value(strlen_m_term(uni_name))] */
|
---|
12 | const char *uni_name;/* [charset(UTF16)] */
|
---|
13 | uint32_t pass_len;/* [value(strlen(pass))] */
|
---|
14 | const char * pass;/* [flag(LIBNDR_FLAG_STR_ASCII|LIBNDR_FLAG_STR_NULLTERM)] */
|
---|
15 | time_t mod_time;
|
---|
16 | struct dom_sid domain_sid;
|
---|
17 | }/* [public,flag(LIBNDR_FLAG_NOALIGN)] */;
|
---|
18 |
|
---|
19 | #endif /* _HEADER_secrets */
|
---|
Note:
See
TracBrowser
for help on using the repository browser.