#include <libmsrpc.h>
変数 | |
| struct { | |
| POLICY_HND * pol | |
| handle to an open LSA policy | |
| uint16 info_class | |
| can be CAC_LOCAL_INFO, CAC_DOMAIN_INFO, or (CAC_LOCAL_INFO | CAC_DOMAIN_INFO) | |
| } | in |
| struct { | |
| CacSidInfo * local_sid | |
| the machine's local SID and domain name (NULL if not asked for) | |
| CacSidInfo * domain_sid | |
| the machine's domain SID and name (NULL if not asked for) | |
| } | out |
libmsrpc.h の 660 行で定義されています。
| uint16 info_class |
can be CAC_LOCAL_INFO, CAC_DOMAIN_INFO, or (CAC_LOCAL_INFO | CAC_DOMAIN_INFO)
libmsrpc.h の 666 行で定義されています。
| struct { ... } in |
the machine's local SID and domain name (NULL if not asked for)
libmsrpc.h の 671 行で定義されています。
参照元 cac_LsaFetchSid().
| struct { ... } out |
1.4.7