Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
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