指针参数 meaning in English
pointer parameters
Examples
- Do provide an alternative for any member that takes a pointer argument , as pointers are not cls - compliant
为所有采用指针参数的成员提供替代指针参数的办法,因为指针不符合cls 。 - This declspec is a promise to the compiler , and if the function references globals or second - level indirections of pointer arguments then the compiler may generate code that breaks the application
此declspec是对编译器的一个承诺,如果该函数引用全局变量或第二层间接指针参数,则编译器会生成将中断应用程序的代码。