Function vc6_sys::ChangeServiceConfigW
source · pub unsafe extern "stdcall" fn ChangeServiceConfigW(
hService: SC_HANDLE,
dwServiceType: DWORD,
dwStartType: DWORD,
dwErrorControl: DWORD,
lpBinaryPathName: LPCWSTR,
lpLoadOrderGroup: LPCWSTR,
lpdwTagId: LPDWORD,
lpDependencies: LPCWSTR,
lpServiceStartName: LPCWSTR,
lpPassword: LPCWSTR,
lpDisplayName: LPCWSTR
) -> BOOL