函数返回值使用return语句指定。
The return value of the function is specified with a return statement.
函数返回值是操作的结果。
这同样适用于过程的参数和任何函数返回值。
This applies also to that procedure's parameters and to any function return.
清单10说明处理函数返回值的代码应该是什么样的。
Listing 10 shows what should the code to handle this situation should look like.
probev_timestamp_t是一种特殊的数据类型,用来从VUE时间戳函数返回值。
probev_timestamp_t is a special data type used to return the value from the VUE timestamp function.
最重要的是,不能信任函数的返回值。
Most crucially, the function's return value can't be trusted.
因此,不能获取函数的返回值。
Therefore, it cannot retrieve the return value of a function.
如果函数成功,则返回值非零。
调用这个函数,然后将返回值存储到一个变量中。
Call the function, and store the return value in a variable.
arg1是要探测的函数的返回值,用于退出探测。
Arg1 is the return value from the function being probed for return probe.
response是一个用来处理非json返回值的函数。
Response is a function that handles return values that are not JSON.
使用一个特殊的内置变量__arg 3捕捉函数的返回值。
A special built-in variable, __arg3, is used to capture the return value from a function.
返回值是该函数push到栈上的对象的数量。
The return value is the number of objects the function pushed on the stack.
sendapi函数有三类可能的返回值。
Three classes of return values are possible from the send API function.
该函数没有返回值。
如果函数执行成功,返回值为非零。
如果函数执行成功,返回值是指定进程的打开句柄。
If the function succeeds, the return value is an open handle to the specified process.
这个函数没有返回值。
这个函数没有返回值。
如果函数成功,返回值是非零。
如果函数失败,返回值是零。
其他的函数,比如print_twice,都是进行一些操作,但不返回值。
Other functions, like print_twice, perform an action but don't return a value.
获取函数的返回值。
您要仔细地定义每个函数的输入值和每个函数的返回值。
You define carefully the input to each function, and what each function returns.
用于对话框窗口,设置消息处理函数的返回值。
DWL_MSGRESULT Sets the return value of a message processed in the dialog box procedure.
否则,函数名就会被视为表示函数的返回值。
Otherwise, the function name is taken as representing the return value of the function.
否则,函数名就会被视为表示函数的返回值。
Otherwise, the function name is taken as representing the return value of the function.
应用推荐