windows::Win32::NetworkManagement::NetManagement

Function NetQueryServiceAccount

pub unsafe fn NetQueryServiceAccount<P0, P1>(
    servername: P0,
    accountname: P1,
    infolevel: u32,
    buffer: *mut *mut u8,
) -> NTSTATUS
where P0: Param<PCWSTR>, P1: Param<PCWSTR>,