BEGIN_EXTENSION_SNAPIN_NODEINFO_MAP

BEGIN_EXTENSION_SNAPIN_NODEINFO_MAP( classname )

Parameters

classname

[in] The name of the snap-in extension data class.

Remarks

Marks the beginning 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 snap-in extension 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

END_EXTENSION_SNAPIN_NODEINFO_MAP, EXTENSION_SNAPIN_NODEINFO_ENTRY, EXTENSION_SNAPIN_DATACLASS