您要查找的是不是:
- pointer type identifier 指示字类型标识符
- This could be because the type is a pointer type. 这可能是因为该类型是一个指针类型。
- An explicit definition of a pointer type is not required. 不需要显式定义指针类型。
- Class using the specified URI prefix and type identifier. 使用指定的URI前缀和类型标识符初始化。
- Is the pointer type instrument renewal of ideal products. 是各指针式仪表更新换代的理想产品。
- Rem. 58 The integer constant 0 may be cast implicitly to any pointer type. 整形常量0可以隐式地转化为任何一种类型的指针。
- Generic pointer type, equivalent to (void *). Should be used instead of LPSTR. 你应该把S强转成你传进来时的那种类型的指针.
- The ftp_systype() function returns the system type identifier of the FTP server. 函数的作用是:返回远程FTP服务器的系统类型。
- A redeclaration of a property that includes a type identifier hides the inherited property rather than overriding it. 包括了类型标识符的属性再声明将隐藏继承得到的属性,这优于属性覆盖。
- Structs that contain members that change size depending on the platform, such as any pointer type. 结构中包含大小随平台而改变的成员,例如任何指针类型。
- Structures that contain members that change size depending on the platform, such as any pointer type. 结构包含根据平台更改大小的成员,如任意指针类型。
- In an unsafe context, a type may be a pointer type as well as a value type or a reference type. 在不安全的上下文中,类型可以是指针类型以及值类型或引用类型。
- It also declares a pointer type (PDRIVER_OBJECT) and assigns a structure tag (_DRIVER_OBJECT). 它还声明了一个指示器类型,并且分派了一个结构名称(_DRIVER_OBJECT)。
- While it is always possible to determine the exact type of an object by examining its value, you cannot do so with a value type or pointer type. 通过检查值,总是可以确定对象的准确类型,但却不能这样处理值类型和指针类型。值可以有多种类型。
- Do not use this method to generate array types, pointer types, or byref types. 请勿使用此方法生成数组类型、指针类型或byref类型。
- Both types of conversion may be explicit (using the data type identifier) or implicit (without the data type identifier). 两种转换类型都可以是显式(使用数据类型标识符)或隐式(不使用数据类型标识符)的。
- Type names may include trailing characters that denote additional information about the type, such as whether the type is a reference type, a pointer type or an array type. 类型名可能包含尾部字符,尾部字符表示有关该类型的附加信息,如类型是引用类型、指针类型还是数组类型。
- Creates internal pointer type variables and sets their values to the handle to the graphics object and to the current Windows halftone palette, respectively. 创建内部指针类型变量,并将它们的值分别设置为Graphics对象和当前Windows半色调调色板的句柄。
- If the member is a built-in type or a pointer, the member is copied or assigned directly;the destructor does nothing to destroy members of built-in or pointer type. 如果成员为内置类型或指针,则直接复制或赋值,析构函数对撤销内置类型或指针类型的成员没有影响。
- Shows how to create single-dimension arrays of managed array of reference, value, and native pointer types. 说明如何创建引用类型、值类型和本机指针类型的托管数组的一维数组。