CCmdTarget::EnableAutomation

Call this function to enable OLE automation for an object.

void EnableAutomation( );

Remarks

This function is typically called from the constructor of your object and should only be called if a dispatch map has been declared for the class. For more information on automation see the articles Automation Clients and Automation Servers.

Requirements

Header: afxwin.h

See Also

Reference

CCmdTarget Class

Hierarchy Chart

DECLARE_DISPATCH_MAP

DECLARE_OLECREATE

Other Resources

CCmdTarget Members