#include <libmsrpc.h>
変数 | |
| struct { | |
| POLICY_HND * svc_hnd | |
| open handle to the service | |
| char ** parms | |
| Array of parameters to start the service with. | |
| uint32 num_parms | |
| Number of parameters in the parms array | |
| uint32 timeout | |
| Number of seconds to wait for the service to actually start. | |
| } | in |
libmsrpc.h の 2851 行で定義されています。
| char** parms |
Array of parameters to start the service with.
Can be NULL if num_parms is 0
libmsrpc.h の 2857 行で定義されています。
| uint32 num_parms |
| 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
libmsrpc.h の 2863 行で定義されています。
| struct { ... } in |
1.4.7