Standard and Vendor-specific event category codes.
Syntax
Visual Basic (Declaration) | |
---|
Public EventCategory As Integer |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As EventData
Dim value As Integer
value = instance.EventCategory
instance.EventCategory = value |
C# | |
---|
public int EventCategory |
Managed Extensions for C++ | |
---|
public: int EventCategory |
C++/CLI | |
---|
public:
int EventCategory |
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also