Trait direct_storage::IDStorageFile_Impl
source · pub trait IDStorageFile_Impl: Sized {
unsafe fn Close(&self);
unsafe fn GetFileInformation(
&self,
info: *mut BY_HANDLE_FILE_INFORMATION
) -> HRESULT;
}