1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/source3/librpc/gen_ndr/unixinfo.h
2007-10-10 11:51:46 -05:00

81 lines
1.3 KiB
C

/* header auto-generated by pidl */
#ifndef _HEADER_unixinfo
#define _HEADER_unixinfo
#include "librpc/gen_ndr/security.h"
struct unixinfo_GetPWUidInfo {
NTSTATUS status;/* [keepref] */
const char * homedir;/* [keepref,flag(LIBNDR_FLAG_STR_UTF8|LIBNDR_FLAG_STR_NULLTERM)] */
const char * shell;/* [keepref,flag(LIBNDR_FLAG_STR_UTF8|LIBNDR_FLAG_STR_NULLTERM)] */
};
struct unixinfo_SidToUid {
struct {
struct dom_sid sid;/* [keepref] */
} in;
struct {
uint64_t *uid;/* [keepref,ref] */
NTSTATUS result;
} out;
};
struct unixinfo_UidToSid {
struct {
uint64_t uid;/* [keepref] */
} in;
struct {
struct dom_sid *sid;/* [unique,keepref] */
NTSTATUS result;
} out;
};
struct unixinfo_SidToGid {
struct {
struct dom_sid sid;/* [keepref] */
} in;
struct {
uint64_t *gid;/* [keepref,ref] */
NTSTATUS result;
} out;
};
struct unixinfo_GidToSid {
struct {
uint64_t gid;/* [keepref] */
} in;
struct {
struct dom_sid *sid;/* [unique,keepref] */
NTSTATUS result;
} out;
};
struct unixinfo_GetPWUid {
struct {
uint32_t *count;/* [keepref,ref,range(0 1023)] */
uint64_t *uids;/* [keepref,size_is(*count)] */
} in;
struct {
uint32_t *count;/* [keepref,ref,range(0 1023)] */
struct unixinfo_GetPWUidInfo *infos;/* [keepref,size_is(*count)] */
NTSTATUS result;
} out;
};
#endif /* _HEADER_unixinfo */