There is no explicit calling convention for these registers.
对于这些寄存器,没有显式调用约定。
The calling convention dictates this register to be nonvolatile.
调用约定指出此寄存器是非易失的。
This routine uses the __cdecl C declaration calling convention and returns void.
这个例程使用了 __cdecl C声明调用约定,并返回空值。
This is undefined behavior and will depend on the calling convention being used.
这是未定义的行为取决于调用约定正在使用。
By default, the C++ compiler uses the __thiscall calling convention for class methods.
根据预设,C++编译器使用__thiscall作为类成员函数的调用协定。
It is important to remember to specify the calling convention for all exported functions.
对于所有的导出函数记住它们调用协定是重要的。
If no such macro is defined for a particular calling convention, it is disabled. Example.
如果没有为某个特殊的调用协定定义该宏,则该调用协定被禁止。例如。
There is no need to explicitly specify a calling convention for exporting classes or their methods.
在导出整个类或者它们的方法没有必要显式指定一个调用协定。
Returns a signature helper for a method given the method's calling convention and return type.
已知方法的调用约定和返回类型,返回方法的签名帮助器。
Returns a signature helper for a method given the method's module, calling convention, and return type.
已知方法的模块、调用约定和返回类型,返回方法的签名帮助器。
Add _stdcall to all members of IDB, since this is the standard calling convention for COM objects under Win32.
添加_ stdcall修饰到所有idb的成员函数里,因为这是Win32平台下COM对象机制里标准的调用约定。
This will however only happen if the calling convention is changed and this is not likely to happen very often.
使用最新代码,如果调用约定改变,也不会对它产生影响。当然,这几乎不可能发生。
Adds a new method to the type, with the specified name, method attributes, calling convention, and method signature.
使用指定的名称、方法属性和方法签章,将新的方法加入型别。
Returns a method having the specified name, binding information, calling convention, and parameter types and modifiers.
返回具有指定名称、绑定信息、调用约定、参数类型和修饰符的方法。
There is one flag set, namely DEFAULT, it means that method is static, and lets CLR determine a calling convention used.
有一个标志设置,即默认情况下,这意味着该方法是静态的,并让CLR的确定调用约定使用。
Use the proper header that ships with your library so that it USES the calling convention the library was compiled with.
使用你的图书馆船使其使用的调用约定图书馆编制适当的头。
If you change the function name, class, calling convention, return type, or any parameter, the decorated name is no longer valid.
如果更改函数名、类、调用约定、返回类型或任何参数,修饰名将不再有效。
Adds a new method to the type, with the specified name, method attributes, calling convention, method signature, and custom modifiers.
使用指定的名称、方法属性、呼叫惯例和方法签章,将新的方法加入型别。
Further, since we are binding to our web services statically by using generated client stubs, that dictates some details about our calling convention.
此外,因为要采用生成客户机存根的方式来静态绑定Web服务,我们同时也需要遵守一些额外的惯例。
Programs written in different programming languages can call the same DLL function as long as the programs follow the function's calling convention.
只要程序遵循函式的呼叫惯例,以不同程序设计语言撰写的程序就可以呼叫相同的dll函式。
The RPC/encoded style is popular mainly because of its simple programming model for developers who are accustomed to the remote procedure calling convention.
RPC/encoded方式受欢迎主要因为对于习惯了远程过程调用惯例的程序员来说是较为简单的编程模型。
This is usually a result of calling a function declared with one calling convention with a function pointer declared with a different calling convention.
注意你的引入函数申明。函数调用类型不一致会导致此问题。
An extremely important thing to note is that the function that is the detour function must have exactly the same calling convention and parameters as the function to be detoured.
一个非常重要的事情要注意的是,函数是迂回函数必须有完全相同的调用约定和函数的参数,绕道。
An extremely important thing to note is that the function that is the detour function must have exactly the same calling convention and parameters as the function to be detoured.
一个非常重要的事情要注意的是,函数是迂回函数必须有完全相同的调用约定和函数的参数,绕道。
应用推荐