PSN_GETOBJECTPSN_GETOBJECT*
*Contents  *Index  *Topic Contents
*Previous Topic: PSN_APPLY
*Next Topic: PSN_HELP

PSN_GETOBJECT


PSN_GETOBJECT
    lpnmon = (LPNMOBJECTNOTIFY) lParam;

Sent by a property sheet to request a drop target object when the cursor passes over one of the tab control's buttons.

lpnmon
Address of an NMOBJECTNOTIFY structure that, on entry, contains information about the notification. If this notification is processed, you must insert object information into this structure.

To provide an object, an application must set values in some members of the NMOBJECTNOTIFY structure at lpnmon. The pObject member must be set to a valid object pointer, and the hResult member must be set to a success flag. To comply with COM standards, always increment the object's reference count when providing an object pointer.

If an application does not provide an object, it must set pObject to NULL and hResult to a failure flag.

Version 4.71


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