#include <libmsrpc.h>
変数 | |
| struct { | |
| POLICY_HND * scm_hnd | |
| Handle to the Service Control Manager | |
| uint32 access | |
| Access mask to open service with see SERVICE_* or SC_RIGHT_SVC_* in include/rpc_secdes.h | |
| char * name | |
| The name of the service. | |
| } | in |
| struct { | |
| POLICY_HND * svc_hnd | |
| Handle to the open service | |
| } | out |
libmsrpc.h の 2800 行で定義されています。
| uint32 access |
Access mask to open service with see SERVICE_* or SC_RIGHT_SVC_* in include/rpc_secdes.h
libmsrpc.h の 2806 行で定義されています。
参照元 cac_SvcOpenService().
| char* name |
The name of the service.
_not_ the display name
libmsrpc.h の 2809 行で定義されています。
参照元 cac_SvcOpenService().
| struct { ... } in |
参照元 cac_SvcOpenService().
| struct { ... } out |
参照元 cac_SvcOpenService().
1.4.7