#include <libmsrpc.h>
変数 | |
| struct { | |
| POLICY_HND * scm_hnd | |
| Open handle to the SCM | |
| uint32 type | |
| (Optional)Type of service to enumerate. | |
| uint32 state | |
| (Optional)State of service to enumerate. | |
| } | in |
| struct { | |
| uint32 num_services | |
| Number of services returned | |
| CacService * services | |
| Array of service structures | |
| } | out |
libmsrpc.h の 2760 行で定義されています。
| uint32 type |
(Optional)Type of service to enumerate.
Possible values:
libmsrpc.h の 2770 行で定義されています。
| uint32 state |
(Optional)State of service to enumerate.
Possible values:
libmsrpc.h の 2778 行で定義されています。
| struct { ... } in |
| uint32 num_services |
| struct { ... } out |
1.4.7