Function windows::Win32::Storage::FileSystem::NetFileEnum
pub unsafe fn NetFileEnum<P0, P1, P2>(
servername: P0,
basepath: P1,
username: P2,
level: u32,
bufptr: *mut *mut u8,
prefmaxlen: u32,
entriesread: *mut u32,
totalentries: *mut u32,
resume_handle: Option<*mut usize>,
) -> u32where
P0: Param<PCWSTR>,
P1: Param<PCWSTR>,
P2: Param<PCWSTR>,