COleChangeIconDialog::COleChangeIconDialog

COleChangeIconDialog ( COleClientItem* pItem, DWORD dwFlags = CIF_SELECTCURRENT, CWnd* pParentWnd = NULL );

Parameters

pItem

Points to the item to be converted.

dwFlags

Creation flag, which contains any number of the following values combined using the bitwise-or operator:

pParentWnd

Points to the parent or owner window object (of type CWnd) to which the dialog object belongs. If it is NULL, the parent window of the dialog box will be set to the main application window.

Remarks

This function constructs only a COleChangeIconDialog object. To display the dialog box, call the DoModal function.

For more information, see the OLEUICHANGEICON structure in the OLE 2.01 User Interface Library.

COleChangeIconDialog OverviewClass MembersHierarchy Chart

See Also   COleClientItem, COleChangeIconDialog::DoModal