Share via


VSARegisterSource

           

Registers a component with the Visual Studio Analyzer framework.

Syntax

HRESULT VSARegisterSource([in, string] wchar_t**strVisibleName*,
[in, string] wchar_t**guidSourceID***)**;

Parameters

strVisibleName

The name of the component or system that will be firing events. This name is visible to the user. You must use ANSI characters for the name.

guidSourceID

A unique identifier for this component.