Бележка
Достъпът до тази страница изисква удостоверяване. Можете да опитате да влезете или да промените директориите.
Достъпът до тази страница изисква удостоверяване. Можете да опитате да промените директориите.
Contains object position information.
Syntax
typedef struct _objectpositions {
NMHDR nmhdr;
LONG cObjectCount;
LONG *pcpPositions;
} OBJECTPOSITIONS;
Members
nmhdr
Type: NMHDR
The code member of this structure identifies the notification code being sent.
cObjectCount
Type: LONG
Number of object positions.
pcpPositions
Type: LONG*
The object positions.
Remarks
This is used in the EN_OBJECTPOSITIONS notification.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2003 [desktop apps only] |
| Header | richedit.h |
See also
Reference