Function windows_sys::Win32::System::Services::CreateServiceW
pub unsafe extern "system" fn CreateServiceW(
hscmanager: SC_HANDLE,
lpservicename: PCWSTR,
lpdisplayname: PCWSTR,
dwdesiredaccess: u32,
dwservicetype: ENUM_SERVICE_TYPE,
dwstarttype: SERVICE_START_TYPE,
dwerrorcontrol: SERVICE_ERROR,
lpbinarypathname: PCWSTR,
lploadordergroup: PCWSTR,
lpdwtagid: *mut u32,
lpdependencies: PCWSTR,
lpservicestartname: PCWSTR,
lppassword: PCWSTR,
) -> SC_HANDLE