#include <libmsrpc.h>
変数 | |
| struct { | |
| POLICY_HND * pol | |
| Open LSA policy handle | |
| uint16 info_class | |
| Info class of returned data | |
| DOM_SID * domain_sid | |
| (Optional)SID of trusted domain to query (must specify either SID or name of trusted domain) | |
| char * domain_name | |
| (Optional)Name of trusted domain to query (must specify either SID or name of trusted domain) | |
| } | in |
| struct { | |
| LSA_TRUSTED_DOMAIN_INFO * info | |
| information about the trusted domain | |
| } | out |
libmsrpc.h の 851 行で定義されています。
| uint16 info_class |
(Optional)SID of trusted domain to query (must specify either SID or name of trusted domain)
libmsrpc.h の 860 行で定義されています。
| char* domain_name |
(Optional)Name of trusted domain to query (must specify either SID or name of trusted domain)
libmsrpc.h の 863 行で定義されています。
| struct { ... } in |
| struct { ... } out |
1.4.7