Click here to Skip to main content
15,896,111 members
Articles / Desktop Programming / MFC

Import/Export Registry Sections as XML

Rate me:
Please Sign up or sign in to vote.
4.33/5 (16 votes)
21 Jan 20033 min read 168K   6.1K   73  
Export registry sections as XML to simplify registry diffs
This article details a tool aimed to import/export registry sections in XML format, to make registry diff easier in practice.
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by registryxml.rc
//
#define IDD_ABOUTBOX                    100
#define ID_EXPORTASXML                  101
#define IDR_MAINFRAME                   128
#define IDR_FORMSSTYPE                  129
#define IDB_IMAGELIST                   132
#define IDB_IMAGELIST256                133
#define IDM_TREEITEM                    134
#define ID_EXPORTASFAKEDXML             32778
#define IDS_DEFAULTVALUENAME            61204

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_3D_CONTROLS                     1
#define _APS_NEXT_RESOURCE_VALUE        135
#define _APS_NEXT_COMMAND_VALUE         32779
#define _APS_NEXT_CONTROL_VALUE         1002
#define _APS_NEXT_SYMED_VALUE           103
#endif
#endif

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.


Written By
France France
Addicted to reverse engineering. At work, I am developing business intelligence software in a team of smart people (independent software vendor).

Need a fast Excel generation component? Try xlsgen.

Comments and Discussions