END_EXTENSION_SNAPIN_NODEINFO_MAP

END_EXTENSION_SNAPIN_NODEINFO_MAP( )

Remarks

Marks the end of the snap-in extension data class map. Start your snap-in extension map with the BEGIN_EXTENSION_SNAPIN_NODEINFO_MAP macro, add entries for each of your extension snap-in data types with the EXTENSION_SNAPIN_NODEINFO_ENTRY macro, and complete the map with the END_EXTENSION_SNAPIN_NODEINFO_MAP macro.

For example:

BEGIN_EXTENSION_SNAPIN_NODEINFO_MAP(CMySnapInExtData)
    EXTENSION_SNAPIN_NODEINFO_ENTRY(CMySnapInExtData)
END_EXTENSION_SNAPIN_NODEINFO_MAP()

For more information about developing a snap-in extension using ATL, see the article MMC Snap-In Wizard.

ATL Macros and Global Functions

See Also

BEGIN_EXTENSION_SNAPIN_NODEINFO_MAP, EXTENSION_SNAPIN_NODEINFO_ENTRY, EXTENSION_SNAPIN_DATACLASS