OFNOTIFYEX structure
Contains information about a CDN_INCLUDEITEM notification message.
Syntax
typedef struct _OFNOTIFYEX { NMHDR hdr; LPOPENFILENAME lpOFN; LPVOID psf; LPVOID pidl; } OFNOTIFYEX, *LPOFNOTIFYEX;
Members
- hdr
-
Type: NMHDR
-
The code member of this structure identifies the notification message being sent.
- lpOFN
-
Type: LPOPENFILENAME
-
A pointer to an OPENFILENAME structure containing the values specified when the Open or Save As dialog box was created.
- psf
-
Type: LPVOID
-
A pointer to the interface for the folder or shell name-space extension whose items are being enumerated.
- pidl
-
Type: LPVOID
-
A pointer to an item identifier list that identifies an item in the container identified by the psf member. The item identifier is relative to the psf container.
Requirements
|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server | Windows 2000 Server [desktop apps only] |
|
Header |
|
|
Unicode and ANSI names | OFNOTIFYEXW (Unicode) and OFNOTIFYEXA (ANSI) |
See also
- Reference
- CDN_INCLUDEITEM
- OFNHookProc
- OFNOTIFY
- OPENFILENAME
- Conceptual
- Common Dialog Box Library