#include <libmsrpc.h>
変数 | |
| struct { | |
| POLICY_HND * dom_hnd | |
| Open handle to the domain SAM | |
| DOM_SID * sid | |
| (Optional)Domain SID. | |
| uint32 access | |
| (Optional)Desired access to re-open the domain with. | |
| } | in |
libmsrpc.h の 2698 行で定義されています。
(Optional)Domain SID.
If NULL, the domain in hnd->domain will be opened
libmsrpc.h の 2704 行で定義されています。
参照元 cac_SamFlush().
| uint32 access |
(Optional)Desired access to re-open the domain with.
If 0, MAXIMUM_ALLOWED_ACCESS is used.
libmsrpc.h の 2707 行で定義されています。
参照元 cac_SamFlush().
| struct { ... } in |
参照元 cac_SamFlush().
1.4.7