if a non-blittable class is marshaled by reference, the callee receives a pointer to a pointer to a copy of the data structure.
如果按引用封送非直接复制到本机结构中的类,则被调用方接收该数据结构的副本的指针的指针。
if a non-blittable class is marshaled by value, the callee receives a pointer to a copy of the data structure.
如果按值封送非直接复制到本机结构中的类,则被调用方接收指向该数据结构的副本的指针。
this number includes objects that were created in callee functions.
此数目包括在调用方函数中创建的对象。
double-click a caller or callee function row to make that row the current function.
双击调用方或被调用方函数行可使该行成为当前函数。
the number does not include objects that were created by functions that were called by the callee function.
此数目不包括由被调用方函数调用的函数所创建的对象。
the caller and callee must agree on the size of the buffer.
调用方和被调用方必须就缓沖区的大小达成一致。
he also argues that both are non-modular as the caller and callee must know about each other and often a small change can require wide-scale code change.
他也讨论了非模块化的调用者和被调用者之间必须知道彼此,因此通常一个微小的修改都会导致大规模的代码变化。
the callee must take the necessary precautions to ensure that the buffer is not overrun.
被调用方必须采取必要措施确保缓沖区不溢出。
the number includes bytes that were allocated by functions that were called by the callee function.
此数目包括由被调用方函数调用的函数所分配的字节数。
the number includes allocations that were made by functions that were called by the callee function.
此数目包括由被调用方函数调用的函数所进行的分配。
in our conversation above, the callee should have told mr. parker when the manager would return to take his call, or offered to take a message for him.
在上述的对话中,接话者理应告诉白先生经理何时会返回公司回电,或是主动为他留话。
the callee has the responsibility of dumping the register parameters into their shadow space if needed.
被调用方负责根据需要将寄存器参数转储到它们的阴影空间中。
when a string is passed by value, the callee must never alter the reference passed by the marshaler.
当字符串通过值传递时,被调用方绝不能改变封送拆收器所传递的引用。
you can select a different function by double-clicking any function in the called list or the callee list.
您可以通过双击调用方列表或被调用方列表中的任意函数选择另一个函数。
and most of the time when you're passing an ilist around, it is so the callee can get by-index access to the list, not so that it can add new items of arbitrary type.
而且多数情况下,当你把一个ilist当做参数传递出去的时候,被调用的方法也只是会去按索引访问列表,而不是去向列表中加入一些任意类型的对象。