Skip to content

Latest commit

 

History

History
78 lines (63 loc) · 2.96 KB

nf-mergemod-imsmmerge2-createsourceimage.md

File metadata and controls

78 lines (63 loc) · 2.96 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:mergemod.IMsmMerge2.CreateSourceImage
IMsmMerge2::CreateSourceImage (mergemod.h)
The CreateSourceImage method enables the client to extract the files from a module to a source image on disk after a merge, taking into account changes to the module that might have been made during module configuration.
CreateSourceImage
CreateSourceImage method
CreateSourceImage method
IMsmMerge2 interface
IMsmMerge2 interface
CreateSourceImage method
IMsmMerge2.CreateSourceImage
IMsmMerge2::CreateSourceImage
_msi_createsourceimage_function
mergemod/IMsmMerge2::CreateSourceImage
setup.imsmmerge2_createsourceimage
setup\imsmmerge2_createsourceimage.htm
setup
c42fa644-f0e6-4261-af76-741df572df3a
12/05/2018
CreateSourceImage, CreateSourceImage method, CreateSourceImage method,IMsmMerge2 interface, IMsmMerge2 interface,CreateSourceImage method, IMsmMerge2.CreateSourceImage, IMsmMerge2::CreateSourceImage, _msi_createsourceimage_function, mergemod/IMsmMerge2::CreateSourceImage, setup.imsmmerge2_createsourceimage
mergemod.h
Windows
Mergemod.dll 2.0 or later
Mergemod.dll
Windows
19H1
IMsmMerge2::CreateSourceImage
mergemod/IMsmMerge2::CreateSourceImage
c++
APIRef
kbSyntax
COM
Mergemod.dll
IMsmMerge2.CreateSourceImage

IMsmMerge2::CreateSourceImage

-description

The CreateSourceImage method enables the client to extract the files from a module to a source image on disk after a merge, taking into account changes to the module that might have been made during module configuration. For more information, see the CreateSourceImage method of the Merge object.

-parameters

-param Path [in]

The path of the root of the source image for the install.

-param fLongFileNames [in]

fLongFileNames determines whether or not long file names are used for both path segments and final file names.

-param pFilePaths [out]

A pointer to a memory location. This memory location receives a second pointer to a string enumerator containing a list of fully qualified paths for the files that were extracted. The list is empty if no files can be extracted. This argument may be null. No list is provided if pFilePaths is Null.

-returns

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

-see-also

Merge Module Automation