#include <libmsrpc.h>
変数 | |
| struct { | |
| POLICY_HND * svc_hnd | |
| Open handle to the service | |
| uint32 timeout | |
| Number of seconds to wait for the service to actually start. | |
| } | in |
| struct { | |
| SERVICE_STATUS status | |
| Status of the service after the operation | |
| } | out |
libmsrpc.h の 2912 行で定義されています。
| uint32 timeout |
Number of seconds to wait for the service to actually start.
If this is 0, then the status will not be checked after the initial call and CAC_SUCCESS might be returned if the status isn't actually started
libmsrpc.h の 2920 行で定義されています。
参照元 cac_SvcStopService().
| struct { ... } in |
参照元 cac_SvcStopService().
| struct { ... } out |
参照元 cac_SvcStopService().
1.4.7