#include <libmsrpc.h>
変数 | |
| struct { | |
| POLICY_HND * dom_hnd | |
| Handle to open SAM connection | |
| uint32 access | |
| desired access - see generic access masks in include/smb.h | |
| uint32 rid | |
| RID of the user | |
| char * name | |
| (Optional) name of the user - must supply either RID or user name | |
| } | in |
| struct { | |
| POLICY_HND * user_hnd | |
| Handle to the user | |
| } | out |
libmsrpc.h の 1716 行で定義されています。
| uint32 access |
desired access - see generic access masks in include/smb.h
libmsrpc.h の 1722 行で定義されています。
参照元 cac_SamOpenUser().
| uint32 rid |
| char* name |
(Optional) name of the user - must supply either RID or user name
libmsrpc.h の 1728 行で定義されています。
参照元 cac_SamOpenUser().
| struct { ... } in |
参照元 cac_SamOpenUser().
| struct { ... } out |
参照元 cac_SamOpenUser().
1.4.7