Visual Basic (Declaration) | |
---|---|
Public Function QueryEventAttributes( _ ByVal EventCategory As Integer, _ ByRef AttrIDs As Integer(), _ ByRef AttrDescs As String(), _ ByRef AttrTypes As Type() _ ) As Integer |
C# | |
---|---|
public int QueryEventAttributes( int EventCategory, out int[] AttrIDs, out string[] AttrDescs, out Type[] AttrTypes ) |
Parameters
- EventCategory
- AttrIDs
- AttrDescs
- AttrTypes