windows::Win32::System::Services

Function GetServiceDisplayNameW

pub unsafe fn GetServiceDisplayNameW<P1>(
    hscmanager: SC_HANDLE,
    lpservicename: P1,
    lpdisplayname: Option<PWSTR>,
    lpcchbuffer: *mut u32,
) -> Result<()>
where P1: Param<PCWSTR>,