#include <libmsrpc.h>
変数 | |
| struct { | |
| uint32 access | |
| The desired access. | |
| POLICY_HND * sam | |
| (Optional) An open handle to the SAM. | |
| DOM_SID * sid | |
| (Optional) The SID of the domain to open. | |
| } | in |
| struct { | |
| POLICY_HND * dom_hnd | |
| handle to the open domain | |
| POLICY_HND * sam | |
| Handle to the open SAM | |
| } | out |
libmsrpc.h の 1652 行で定義されています。
| uint32 access |
(Optional) An open handle to the SAM.
If it is NULL, the function will connect to the SAM with the access mask above
libmsrpc.h の 1658 行で定義されています。
参照元 cac_SamOpenDomain().
(Optional) The SID of the domain to open.
If this this is NULL, the function will attempt to open the domain specified in hnd->domain
libmsrpc.h の 1662 行で定義されています。
| struct { ... } in |
| struct { ... } out |
1.4.7