Function windows::Win32::NetworkManagement::NetManagement::NetQueryDisplayInformation
pub unsafe fn NetQueryDisplayInformation<P0>(
servername: P0,
level: u32,
index: u32,
entriesrequested: u32,
preferredmaximumlength: u32,
returnedentrycount: *mut u32,
sortedbuffer: *mut *mut c_void,
) -> u32where
P0: Param<PCWSTR>,