C_DestroyViewFilter

C_DestroyViewFilter disposes of the resources associated with a view filter object.

void C_DestroyViewFilter(

TOrcFxAPIHandle FilterHandle,

int *lpStatus

);

Parameters

FilterHandle (IN)

The handle of the view filter object to destroy.

lpStatus (OUT)

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

See also

C_CreateViewFilter.