Function windows::Win32::NetworkManagement::NetManagement::NetErrorLogRead
pub unsafe fn NetErrorLogRead<P0, P1>(
uncservername: P0,
reserved1: P1,
errorloghandle: *const HLOG,
offset: u32,
reserved2: Option<*const u32>,
reserved3: u32,
offsetflag: u32,
bufptr: *mut *mut u8,
prefmaxsize: u32,
bytesread: *mut u32,
totalavailable: *mut u32,
) -> u32where
P0: Param<PCWSTR>,
P1: Param<PCWSTR>,