C_ViewFilterAddItem

C_ViewFilterAddItem adds a filter item to a view filter object.

void C_ViewFilterAddItem(

TOrcFxAPIHandle FilterHandle,

LPCTSTR lpPropertyName,

LPCTSTR lpAction,

LPCTSTR lpNamePattern,

LPCTSTR lpTypePattern,

int *lpStatus

);

Parameters

FilterHandle (IN)

The handle of the view filter object.

lpPropertyName, lpAction, lpNamePattern, lpTypePattern (IN)

The four text values that define a view filter item.

lpStatus (OUT)

Points to a variable in which the status result for the function call will be returned.

Unicode and ANSI

The Unicode function name is C_ViewFilterAddItemW and the ANSI function name is C_ViewFilterAddItemA.

See also

C_CreateViewFilter, C_DestroyViewFilter.