Function win_sys::FileSystem::OpenFileById[][src]

pub unsafe fn OpenFileById<'a, Param0>(
    hvolumehint: Param0,
    lpfileid: *const FILE_ID_DESCRIPTOR,
    dwdesiredaccess: FILE_ACCESS_FLAGS,
    dwsharemode: FILE_SHARE_MODE,
    lpsecurityattributes: *const SECURITY_ATTRIBUTES,
    dwflagsandattributes: FILE_FLAGS_AND_ATTRIBUTES
) -> HANDLE where
    Param0: IntoParam<'a, HANDLE>, 
Expand description

Required features: Win32_Storage_FileSystem, Win32_Foundation, Win32_Security