Determines how many arguments are used on the command line
that launches the application. Similar to the C-based argc
parameter
for the C main function.
int clGetArgc();
Integer.
Returns the number of command line arguments.
int max;
max = clGetArgc();
Copyright © 2005. Sybase Inc. All rights reserved. |
![]() |