无法在远程调用中传递指针类型。
其他人则提到,“价值”为引用类型传递指针。
As others have mentioned, the "value" that is passed for a reference type is a pointer.
用户上下文存储——可以传入任何指针,并将传递给所有的后续回调。
User context storage — Any pointer can be passed in and will be passed to all subsequent callbacks.
正常情况下会传递一个指向结构或类的指针,该结构或类包含了一些客户端的指定对象。
Normally, a pointer to a structure or a class that can contain some client specific objects is passed with this parameter.
其对象指针作为函数的第一个参数被传递。
The object pointer is passed as the first argument to the function.
传递给JNI方法的指针都是有效的。
如果要传递数组或指针,那么最好小心错误和坏数据的出现。
If you are passing arrays or Pointers, then you REALLY better be watching for errors or bad data.
这个函数简单地将元素标识符转换为一个指针,然后调用构造函数,将其他参数不加修改地传递给构造函数。
The function simply converts the element identifier into a pointer and then calls the constructor, passing the remaining arguments unchanged.
这段代码将目标作为第一个参数,将一个代码函数的指针作为第二个参数进行传递。
The code passes the target as the first argument and a pointer to the code function as the second. The syntax for this is.
validate_ptrs如果向free调用传递的指针并不是以前由malloc分配的,那么将会引发一个错误消息,而该程序将被中止。
Validate_ptrs If a pointer that was previously not allocated by malloc is passed to the free call, an error message is thrown and the program is aborted.
uap是一个指向socket_args结构的指针,该结构包含传递到socket系统调用中的进程的参数。
Uap is a pointer to the socket_args structure that contains the arguments passed to the process in the socket system call.
在逻辑上,peek不会从内部集合中移除项目,它只是传递指向那个项目的指针。
Logically, peek doesn't remove the item from the internal collection, it basically just passes a pointer to it.
然后,当通过free将该指针传递回来时,我们只需要倒退几个内存字节就可以再次找到这个结构。
Then, when they pass the pointer back via free , we simply back up a few memory bytes to find this structure again.
这意味着,对于每个Node,您实际上获得了传递给XPathEvaluator的完整X ML文档中的一个位置指针。
What that means is that for each Node, you've really got a location pointer within the complete XML document you handed off to XPathEvaluator.
指向该类型变量的指针被传递到process_args函数,返回该指针时,它包含从参数处理过程获得的值。
A pointer to a variable of this type is passed to the process_args function, and on return, the variable contains values obtained from arg processing.
如果程序传递了无效的指针值,或者如果缓冲区的长度太小会发生此错误。
This error occurs if a program passes an invalid pointer value or if the length of the buffer is too small.
为服务选择一个添加门,在该服务中,调用者将传递指向数据(可能位于任意一个键中)的指针。
Choose an add gate for a service where your caller passes Pointers to data that could be in an arbitrary key.
它将工作包id(组件ID)和一个指针传递给工作流变量。
It passes the work package ID (component ID), plus a pointer, to workflow variables.
切换到存储过程编辑器 ASSOC_PROC 并传递进指针声明和指针 “OPEN”语句之间的那些代码。
Switch to the stored procedure editor ASSOC_PROC and pass the code between the cursor declaration and the cursor "OPEN" statement.
委托是一个方法的引用指针。它允许我们将方法作为一个变量并传递方法作为回调函数的一个变量。
Delegate is a reference pointer to a method. It allows us to treat method as a variable and pass method as a variable for a callback.
您不能通过声明为Order的指针来访问它,您也不能将它传递到另外一个希望以Order作为参数的方法。
You can't access it through a pointer declared as an Order, nor can you pass it to another method expecting an Order as an argument.
现在回到API上来:PPE只能向程序传递一个指针,因此多个参数必须要捆绑在一起传递。
Back to the API: the PPE can pass a single pointer into the program, so multiple arguments have to be bundled up. My solution is this.
通过调用 DL_Dxf对象的in函数并将指针传递给一个继承 DL_CreationAdapter抽象类来打开此文件。
You open the file by calling the in function of the DL_Dxf object and passing a pointer to a class that inherits from the DL_CreationAdapter abstract class.
你要将两个参数传递给此函数:服务名和指向ControlHandlerfunction的指针。
You will pass two arguments to this function: the service name and the pointer to the ControlHandlerfunction.
代码中将用户名和密码存储在MQCSP结构中,并在调用时将指向此结构的指针psecurityparms传递给该函数。
The username and password are stored in a MQCSP structure, and a pointer to this structure, pSecurityParms, is passed into the function when it is called.
例子将示范如何给你的函数指针传递附加参数。
This will show how to pass additional parameters to your handler function.
几乎每一个API程序能够访问一个池,通过一个指针指向一个明确的参数列表或有一个内部传递的结构。
Almost every single API routine has access to a pool, either through a pointer to one being explicitly in the argument list or by there being one inside one of the structures that is passed.
然而,很多操作系统仍然使用不透明的指针,“私有”的数据结构或内部数组的索引来在进程和他的客户之间传递。
However, many operating systems still apply the term to Pointers to opaque, "private" data structures, or indexes into internal arrays passed from one process to its client.
然而,很多操作系统仍然使用不透明的指针,“私有”的数据结构或内部数组的索引来在进程和他的客户之间传递。
However, many operating systems still apply the term to Pointers to opaque, "private" data structures, or indexes into internal arrays passed from one process to its client.
应用推荐