You can embed arrays and strings in structures for marshaling 您可以在封送處理結(jié)構(gòu)中嵌入數(shù)組和字符串。
Types , arrays and strings are never passed by immediate value but rather a pointer will be passed to memory allocated by the caller 類型、數(shù)組和字符串從來不按即時(shí)值進(jìn)行傳遞,但會(huì)向調(diào)用方分配的內(nèi)存中傳遞指針。