OFNOTIFY
[New
- Windows NT]
The OFNOTIFY
structure contains information about the WM_NOTIFY
typedef struct _OFNOTIFY { // on
NMHDR hdr;
LPOPENFILENAME lpOFN;
LPTSTR pszFile;
} OFNOTIFY, FAR *LPOFNOTIFY;
Members
hdr
Specifies an NMHDR
lpOFN
Pointer to
the OPENFILENAME structure that was specified when the Open or Save As
dialog box was created. For some of the notification messages, this structure
contains additional information about the event that caused the notification.
pszFile
Pointer to
the filename for which a network sharing violation has occurred. This member is
valid only with the CDN_SHAREVIOLATION notification message.
See Also