A SERVICE OF

logo

API Guide
2-140 API Functions 601355 Rev A
68 VSID_ENDFIELD );
69
70 printf ( “*** Expression # %d
***\n”, j );
71 printf ( “Mount Criteria
Option ==> %d\n”, relopt);
72 printf ( “ Media Stat Value ==>
%s\n”, value );
73 printf ( “ Connective
Operation ==> %d\n”, conop );
74 }
75 }
76
77 return;
78 }
Notes
The VSID_EXPRESSION_HANDLE_ENTRY parameter requires
that two arguments be passed instead of one.
The first argument is the entry number in the criteria.
The second argument is Pointer to the location where the
value is stored.
See Also
vsapi(l),
VS_Criteria_Create(l),
VS_Criteria_Destroy(l),
VS_Criteria_SetFields(l),
VS_Error_Getfields(l),
VS_Expression_Create(l),
Note
If the argument list does not end with VSID_ENDFIELD,
unpredictable results occur.