[][src]Function winapi::um::lmaccess::NetUserGetLocalGroups

pub unsafe extern "system" fn NetUserGetLocalGroups(
    servername: LPCWSTR,
    level: DWORD,
    flags: DWORD,
    bufptr: *mut LPBYTE,
    prefmaxlen: DWORD,
    entriesread: LPDWORD,
    totalentries: LPDWORD
) -> NET_API_STATUS