指针参数 meaning in Chinese
pointer parameters
Examples
- Warning c6066 : non - pointer passed as parameter
警告c6066 :传递了非指针参数 - Avoid doing expensive argument checking of pointer arguments
避免对指针参数进行高开销的参数检查。 - Now provides security protection for vulnerable pointer parameters
现在可对容易受到攻击的指针参数提供安全保护。现在, - Indicates that a managed pointer represents a pointer parameter within a method signature
指示托管指针表示某方法签名内的指针参数。 - Passing a non - const pointer parameter to a function that expects a reference to a const pointer parameter
将非常数指针参数传递给需要常数指针参数的引用的函数