API Guide
2-382 API Functions 601355 Rev A
39 /* set the fields */
40 rc = VS_Request_SetFields(h,
41 VSID_REQUEST_ID,
RequestID,
42 VSID_REQUEST_TYPE,
RequestType,
43 VSID_REQUEST_STATE,
State,
44 VSID_PRIORITY,
Priority,
45 VSID_ENDFIELD);
46 if (rc)
47 {
48 vst_print_request(h);
49 }
50 VS_Request_Destroy(h);
51 }
52 return(rc);
53 }
Notes
See Also vsapi(l),
VS_Error_GetFields(l), VS_Request_Create(l), S_Request_Destroy(l), • VS_Request_GetFields(l)
Note
If the argument list does not end with VSID_ENDFIELD,
unpredictable results occur.