Registry Data Exchange Macros

These macros perform Registry Data Exchange operations.

BEGIN_RDX_MAP

Marks the beginning of the Registry Data Exchange map.

END_RDX_MAP

Marks the end of the Registry Data Exchange map.

RDX_BINARY

Associates the specified registry entry with a specified member variable of type BYTE.

RDX_CSTRING_TEXT

Associates the specified registry entry with a specified member variable of type CString.

RDX_DWORD

Associates the specified registry entry with a specified member variable of type DWORD.

RDX_TEXT

Associates the specified registry entry with a specified member variable of type TCHAR.

See Also

Reference

RegistryDataExchange

Other Resources

ATL Macros