#include <libmsrpc.h>
変数 | |
| struct { | |
| POLICY_HND * pol | |
| An open LSA policy handle | |
| DOM_SID * sid | |
| (Optional) account SID - must supply either sid or name | |
| char * name | |
| (Optional) account name - must supply either sid or name | |
| uint32 access | |
| desired access for the handle | |
| } | in |
| struct { | |
| POLICY_HND * user | |
| A handle to the opened user | |
| } | out |
libmsrpc.h の 922 行で定義されています。
(Optional) account SID - must supply either sid or name
libmsrpc.h の 928 行で定義されています。
参照元 cac_LsaOpenAccount().
| char* name |
(Optional) account name - must supply either sid or name
libmsrpc.h の 931 行で定義されています。
参照元 cac_LsaOpenAccount().
| uint32 access |
| struct { ... } in |
参照元 cac_LsaOpenAccount().
| struct { ... } out |
参照元 cac_LsaOpenAccount().
1.4.7