Nota
Capaian ke halaman ini memerlukan kebenaran. Anda boleh cuba mendaftar masuk atau menukar direktori.
Capaian ke halaman ini memerlukan kebenaran. Anda boleh cuba menukar direktori.
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