NMOBJECTNOTIFYNMOBJECTNOTIFY*
*Contents  *Index  *Topic Contents
*Previous Topic: NMMOUSE
*Next Topic: NMTOOLTIPSCREATED

NMOBJECTNOTIFY


typedef struct tagNMOBJECTNOTIFY {
    NMHDR     hdr;
    int       iItem;
    IID*      piid;
    IUnknown* pObject;
    HRESULT   hResult;
} NMOBJECTNOTIFY, FAR* LPNMOBJECTNOTIFY;

Contains information used with the TBN_GETOBJECT, TCN_GETOBJECT, and PSN_GETOBJECT notification messages.

hdr
NMHDR structure that contains additional information about this notification.
iItem
Control-specific item identifier. This value will comply to item identification standards for the control sending the notification. However, this member is not used with the PSN_GETOBJECT notification message.
piid
Interface identifier of the requested object.
pObject
Address of an object provided by the window processing the notification message. The application processing the notification message sets this member.
hResult
COM success or failure flags. The application processing the notification message sets this member.

Version 4.71


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.