構造体 idmap_methods

#include <idmap.h>


変数

NTSTATUS(* init )(struct idmap_domain *dom)
NTSTATUS(* unixids_to_sids )(struct idmap_domain *dom, struct id_map **ids)
NTSTATUS(* sids_to_unixids )(struct idmap_domain *dom, struct id_map **ids)
NTSTATUS(* set_mapping )(struct idmap_domain *dom, const struct id_map *map)
NTSTATUS(* remove_mapping )(struct idmap_domain *dom, const struct id_map *map)
NTSTATUS(* dump_data )(struct idmap_domain *dom, struct id_map **maps, int *num_maps)
NTSTATUS(* close_fn )(struct idmap_domain *dom)


説明

idmap.h50 行で定義されています。


構造体

NTSTATUS(* init)(struct idmap_domain *dom)

参照元 idmap_init().

NTSTATUS(* unixids_to_sids)(struct idmap_domain *dom, struct id_map **ids)

参照元 idmap_backends_unixids_to_sids().

NTSTATUS(* sids_to_unixids)(struct idmap_domain *dom, struct id_map **ids)

参照元 idmap_backends_sids_to_unixids().

NTSTATUS(* set_mapping)(struct idmap_domain *dom, const struct id_map *map)

参照元 idmap_backends_set_mapping()idmap_init()idmap_new_mapping().

NTSTATUS(* remove_mapping)(struct idmap_domain *dom, const struct id_map *map)

NTSTATUS(* dump_data)(struct idmap_domain *dom, struct id_map **maps, int *num_maps)

参照元 idmap_dump_maps().

NTSTATUS(* close_fn)(struct idmap_domain *dom)

参照元 close_domain_destructor().


この構造体の説明は次のファイルから生成されました:
Sambaに対してSat Aug 29 21:24:42 2009に生成されました。  doxygen 1.4.7