wimlib
Data Fields
wimlib_progress_info::wimlib_progress_info_unmount Struct Reference

Valid on messages WIMLIB_PROGRESS_MSG_UNMOUNT_BEGIN. More...

#include <wimlib.h>

Data Fields

const wimlib_tcharmountpoint
 Path to directory being unmounted. More...
 
const wimlib_tcharmounted_wim
 Path to WIM file being unmounted. More...
 
uint32_t mounted_image
 1-based index of image being unmounted. More...
 
uint32_t mount_flags
 Flags that were passed to wimlib_mount_image() when the mountpoint was set up. More...
 
uint32_t unmount_flags
 Flags passed to wimlib_unmount_image(). More...
 

Detailed Description

Valid on messages WIMLIB_PROGRESS_MSG_UNMOUNT_BEGIN.

Field Documentation

const wimlib_tchar* wimlib_progress_info::wimlib_progress_info_unmount::mountpoint

Path to directory being unmounted.

const wimlib_tchar* wimlib_progress_info::wimlib_progress_info_unmount::mounted_wim

Path to WIM file being unmounted.

uint32_t wimlib_progress_info::wimlib_progress_info_unmount::mounted_image

1-based index of image being unmounted.

uint32_t wimlib_progress_info::wimlib_progress_info_unmount::mount_flags

Flags that were passed to wimlib_mount_image() when the mountpoint was set up.

uint32_t wimlib_progress_info::wimlib_progress_info_unmount::unmount_flags

Flags passed to wimlib_unmount_image().


The documentation for this struct was generated from the following file: