wimlib
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules
Data Fields
wimlib_capture_source Struct Reference

An array of these structures is passed to wimlib_add_image_multisource() to specify the sources from which to create a WIM image. More...

#include <wimlib.h>

Data Fields

wimlib_tcharfs_source_path
 Absolute or relative path to a file or directory on the external filesystem to be included in the WIM image. More...
 
wimlib_tcharwim_target_path
 Destination path in the WIM image. More...
 
long reserved
 Reserved; set to 0. More...
 

Detailed Description

An array of these structures is passed to wimlib_add_image_multisource() to specify the sources from which to create a WIM image.

Field Documentation

wimlib_tchar* wimlib_capture_source::fs_source_path

Absolute or relative path to a file or directory on the external filesystem to be included in the WIM image.

wimlib_tchar* wimlib_capture_source::wim_target_path

Destination path in the WIM image.

Use WIMLIB_WIM_ROOT_PATH to specify the root directory of the WIM image.

long wimlib_capture_source::reserved

Reserved; set to 0.


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