导航:  Windows Controls Procedures > Rich Edit Control > Structures >

OBJECTPOSITIONS

上一页返回章节概述下一页

描述

 

The OBJECTPOSITIONS structure contains object position information.

 

C/C++ 语法

 

typedef struct _objectpositions {

  NMHDR nmhdr;

  LONG cObjectCount;

  LONG *pcpPositions;

} OBJECTPOSITIONS;

 

FreeBasic Syntax

 

TYPE OBJECTPOSITIONS

nmhdr        AS NMHDR

cObjectCount AS LONG

pcpPositions AS LONG PTR

END TYPE

 

成员

 

nmhdr

 

A NMHDR structure. The code member of this structure identifies the notification message being sent.

 

cObjectCount

 

Number of object positions.

 

pcpPositions

 

Pointer to the object positions.

 

备注

 

This is used in the EN_OBJECTPOSITIONS notification.

 

最低操作系统

 

Windows 95 with Rich Edit 2.0, Windows 98, Windows NT 4.0.