mirror of
https://github.com/samba-team/samba.git
synced 2025-03-09 08:58:35 +03:00
20 lines
521 B
C
20 lines
521 B
C
/* header auto-generated by pidl */
|
|
|
|
#include <stdint.h>
|
|
|
|
#include "libcli/util/ntstatus.h"
|
|
|
|
#ifndef _HEADER_secrets
|
|
#define _HEADER_secrets
|
|
|
|
struct TRUSTED_DOM_PASS {
|
|
uint32_t uni_name_len;/* [value(strlen_m_term(uni_name))] */
|
|
const char *uni_name;/* [charset(UTF16)] */
|
|
uint32_t pass_len;/* [value(strlen(pass))] */
|
|
const char * pass;/* [flag(LIBNDR_FLAG_STR_ASCII|LIBNDR_FLAG_STR_NULLTERM)] */
|
|
time_t mod_time;
|
|
struct dom_sid domain_sid;
|
|
}/* [public,flag(LIBNDR_FLAG_NOALIGN)] */;
|
|
|
|
#endif /* _HEADER_secrets */
|