pub unsafe fn FindFirstFileNameW<'a, Param0>(
    lpfilename: Param0,
    dwflags: u32,
    stringlength: *mut u32,
    linkname: PWSTR
) -> FindFileNameHandle where
    Param0: IntoParam<'a, PCWSTR>, 
Expand description

Required features: ‘Win32_Storage_FileSystem’