Function windows::Win32::Storage::FileSystem::GetEnlistmentRecoveryInformation
pub unsafe fn GetEnlistmentRecoveryInformation<P0>(
enlistmenthandle: P0,
buffersize: u32,
buffer: *mut c_void,
bufferused: *mut u32,
) -> Result<()>where
P0: Param<HANDLE>,