|
|
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
);
The handle of the view filter object.
The four text values that define a view filter item.
Points to a variable in which the status result for the function call will be returned.
The Unicode function name is C_ViewFilterAddItemW and the ANSI function name is C_ViewFilterAddItemA.