Visual Basic (Declaration) | |
---|---|
Public Sub GetEventCategories( _ ByVal eventType As Integer, _ ByRef categories As Integer(), _ ByRef descriptions As String() _ ) |
C# | |
---|---|
public void GetEventCategories( int eventType, out int[] categories, out string[] descriptions ) |
Parameters
- eventType
- Type of the event.
- categories
- The categories.
- descriptions
- The descriptions.
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family