#include <libmsrpc.h>
変数 | |
| struct { | |
| POLICY_HND * dom_hnd | |
| Open domain handle | |
| char * name | |
| Username | |
| uint32 acb_mask | |
| See Allowable account control bits in include/smb.h | |
| } | in |
| struct { | |
| POLICY_HND * user_hnd | |
| handle to the user | |
| uint32 rid | |
| rid of the user | |
| } | out |
libmsrpc.h の 1684 行で定義されています。
| char* name |
| uint32 acb_mask |
See Allowable account control bits in include/smb.h
libmsrpc.h の 1693 行で定義されています。
参照元 cac_SamCreateUser().
| struct { ... } in |
参照元 cac_SamCreateUser().
| uint32 rid |
| struct { ... } out |
参照元 cac_SamCreateUser().
1.4.7