Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Registers each system-defined (stock) event a component might generate. See System-defined Events for a list of the system-defined events Visual Studio Analyzer supports. Microsoft defines stock events; you define custom events.
Syntax
HRESULT VSARegisterStockEvent([in, string] wchar_t**guidSourceID*, [in, string] wchar_t**guidEventID***)**;
Parameters
guidSourceID
A unique identifier for this component.
guidEventID
A unique identifier for this event.