다음을 통해 공유


IDocHostShowUICE:IUnknown (Windows CE 5.0)

Send Feedback

Microsoft® Windows® CE extends the MSHTML user interface replacement interfaces that are provided by Internet Explorer for the desktop by providing the IDocHostShowUICE interface. This interface provides methods that you can implement to show message boxes and user input prompts.

Note   This interface should be implemented by the same object that implements IDocHostShowUI.

The following table shows the methods declared in IDocHostShowUICE with a description of the purpose of each.

Programming element Description
ShowInternalMessage Shows messages that have an associated resource identifier.
ShowPrompt Shows custom user input prompts.
GetFilename Retrieves filename from the File Open and File Save dialog boxes.

See Also

Internet Explorer MSHTML/DHTML API OS Design Development

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.