EVENT_CUSTOM_ID
Visual Studio 2010
Defines an event firing function for a custom event belonging to the dispatch ID specified by dispid.
EVENT_CUSTOM_ID(pszName, dispid, pfnFire, vtsParams )
The vtsParams argument is a space-separated list of values from the VTS_ constants. One or more of these values separated by spaces, not commas, specifies the function's parameter list. For example:
specifies a list containing a 32-bit integer representing an RGB color value, followed by a pointer to the IFontDisp interface of an OLE font object.
For a list of the VTS_ constants, see EVENT_CUSTOM.