windows::Win32::System::Services

Function GetServiceDisplayNameA

pub unsafe fn GetServiceDisplayNameA<P1>(
    hscmanager: SC_HANDLE,
    lpservicename: P1,
    lpdisplayname: Option<PSTR>,
    lpcchbuffer: *mut u32,
) -> Result<()>
where P1: Param<PCSTR>,