#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 group | |
| } | in |
| struct { | |
| POLICY_HND * group_hnd | |
| Handle to the group | |
| } | out |
libmsrpc.h の 1883 行で定義されています。
| uint32 access |
Desired access to open the group with.
See Generic access masks in include/smb.h
libmsrpc.h の 1889 行で定義されています。
参照元 cac_SamOpenGroup().
| uint32 rid |
| struct { ... } in |
参照元 cac_SamOpenGroup().
| struct { ... } out |
参照元 cac_SamOpenGroup().
1.4.7