#include <libmsrpc.h>
変数 | |
| struct { | |
| POLICY_HND * dom_hnd | |
| Open handle to the domain SAM | |
| uint32 access | |
| Desired access to open the group with. | |
| uint32 rid | |
| rid of the alias | |
| } | in |
| struct { | |
| POLICY_HND * alias_hnd | |
| Handle to the alias | |
| } | out |
libmsrpc.h の 2148 行で定義されています。
| uint32 access |
Desired access to open the group with.
See Generic access masks in include/smb.h
libmsrpc.h の 2154 行で定義されています。
参照元 cac_SamOpenAlias().
| uint32 rid |
| struct { ... } in |
参照元 cac_SamOpenAlias().
| struct { ... } out |
参照元 cac_SamOpenAlias().
1.4.7