Visual Basic (Declaration) | |
---|---|
Public Function CreateBrowser( _ ByVal attrID() As Integer, _ ByVal bOperator() As OperatorCodes, _ ByVal filter() As Object, _ ByRef errors As Integer() _ ) As Integer |
C# | |
---|---|
public int CreateBrowser( int[] attrID, OperatorCodes[] bOperator, object[] filter, out int[] errors ) |
Parameters
- attrID
- The filter attribute IDs.
- bOperator
- The filter operators.
- filter
- The filter values.
- errors
- The validity of the filtering inputs.
Return Value
Success failure HRESULTA filter is defined by the three parameters pdwAttrID, pOperator and vFilter.
The filter expression is true if the relationship of the value of the attribute to the
filter value matches the filter operator. If multiple filter expressions are given,
they must all be true for the item to be included.
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family