用户组成员属性(Group Members Attribute) 这个属性字段将在载入用户组成员的时候使用.例如: member 用户成员属性(User Membership Attribute) 这个属性字段将在载入用户组的时候使用.例如: memberOf 当找到用户组成员的时候,使用用户成员属性(Use the User Membership Attribute, when finding the user's group membership) 如果你的目录服务器为用户支持组成员属性的话…
HGE基本的渲染图元是hgeQuad (Quad is the basic HGE graphic primitive),其中有一个hgeVertex成员结构,它用来描述图元顶点信息.The hgeVertex structure is used to describe vertices of which HGE graphic primitives consist.两个结构信息如下: struct hgeQuad { hgeVertex v[4]; HTEXTURE tex; int blen…