windows::Win32::NetworkManagement::NetManagement

Function NetIsServiceAccount

pub unsafe fn NetIsServiceAccount<P0, P1>(
    servername: P0,
    accountname: P1,
    isservice: *mut BOOL,
) -> NTSTATUS
where P0: Param<PCWSTR>, P1: Param<PCWSTR>,