您要查找的是不是:
- This function has no return value. 这个函数没有返回值。
- The nominal return value is not used. 不使用名义返回值。
- The return value for a method has an ID qualifier. 方法返回只有一个ID限定符。
- The return value is normally the main method. 返回值通常是main方法。
- If a rollback occurs, the return value is also -1. 如果发生回滚,返回值同样为-1。
- Method to unwrap the return value. 方法解开返回值。
- Always check the return value of new for null. 总是检查返回值是否无效。
- The type of the return value must be compatible with the type of x. 返回值的类型必须兼容x的类型。
- Functions to set the return value of a library function. 返回值设置函数。
- If the function succeeds, the return value is nonzero. 你的确是想释放,但是试图释放并不一定就释放成功。
- Several HGE functions use color as a parameter or return value. 个别HGE函使用色彩参数或者返回色彩参数值。
- Does not include it in the returned value. 不会将其纳入返回的值。
- The returned value is used to bind the parameter. 方法的返回值被用来绑定参数。
- Gets or sets a value that should be true for a SOAP 1.1 Return value. 获取或设置一个值;对于SOAP 1.;1返回值;该值应为true。
- The CELL function uses the return value of INDEX as a cell reference. CELL函数将函数INDEX的返回值作为单元格引用。
- The result of the expression is still considered to be the return value. 表达式的结果仍将视为返回值。
- The return value is truncated to fit the local variable if necessary. 必要时将截断返回值以适合局部变量的要求。
- We will discuss about return values of those APIs later. 我们将在以后讨论这些API的返回值。
- The return value of the new-expression to a pointer of the correct type. 编译器保证将此返回值赋给正确的类型。
- Marks a method as one way, without a return value and out or ref parameters. 将方法标记为单向方法,无返回值和out或ref参数。