Function windows_sys::Win32::System::Services::CreateServiceW
[−]pub unsafe extern "system" fn CreateServiceW(
hscmanager: SC_HANDLE,
lpservicename: PWSTR,
lpdisplayname: PWSTR,
dwdesiredaccess: u32,
dwservicetype: ENUM_SERVICE_TYPE,
dwstarttype: SERVICE_START_TYPE,
dwerrorcontrol: SERVICE_ERROR,
lpbinarypathname: PWSTR,
lploadordergroup: PWSTR,
lpdwtagid: *mut u32,
lpdependencies: PWSTR,
lpservicestartname: PWSTR,
lppassword: PWSTR
) -> SC_HANDLEExpand description
Required features: ‘Win32_System_Services’, ‘Win32_Foundation’, ‘Win32_Security’
