Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
3/28/2014
This structure contains information about a control's data source stores.
Syntax
typedef struct _NM_SPNPICKITEM {
NMHDR hdr;
IVirtualList* pDataSource;
} NMSPNPICKITEM;
Parameters
- hdr
NMHDR structure that contains information about the message.
- pDataSource
Long pointer to the data source, an IVirtualList.
Remarks
SPNN_PICKITEM uses this structure to carry information about a control's data source stores.
Requirements
Header |
shellctrls.h |