#include <svcctl.h>
変数 | |
| struct { | |
| policy_handle * scmanager_handle | |
| const char * ServiceName | |
| const char * DisplayName | |
| uint32_t desired_access | |
| uint32_t type | |
| uint32_t start_type | |
| uint32_t error_control | |
| const char * binary_path | |
| const char * LoadOrderGroupKey | |
| uint32_t * TagId | |
| uint8_t * dependencies | |
| uint32_t dependencies_size | |
| const char * service_start_name | |
| uint8_t * password | |
| uint32_t password_size | |
| } | in |
| struct { | |
| uint32_t * TagId | |
| policy_handle * handle | |
| WERROR result | |
| } | out |
| struct policy_handle* scmanager_handle |
| const char* ServiceName |
| const char* DisplayName |
| uint32_t desired_access |
| uint32_t start_type |
| uint32_t error_control |
| const char* binary_path |
| const char* LoadOrderGroupKey |
| uint8_t* dependencies |
| uint32_t dependencies_size |
| const char* service_start_name |
| uint32_t password_size |
| struct { ... } in |
| struct policy_handle* handle |
| struct { ... } out |
1.4.7