首页 > dev > api > name > gb.returnconstzerostring 
 en fr de es it nl pl pt pt_BR mk sq ca hu cs tr ar fa id vi ko ja ru zh_TW eo
前一个  下一个  编辑  重命名  撤销  搜索  管理  
文档  
警告! 该页面未翻译。  参见英文版 
GB.ReturnConstZeroString
void GB.ReturnConstZeroString ( char *str )

Returns a constant String value to the caller of the method or property.

This string must be a constant string, i.e. it must never disappear from memory, and it must be null terminated.

This function does not abort the method or property. You must explicitely return from it by using the return instruction.

参见

api/cat/returnstring