次の方法で共有


IDocHostShowUICE:IUnknown (Windows Embedded CE 6.0)

1/6/2010

Windows Embedded 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

Concepts

Replacement of the MSHTML User Interface

Other Resources

Internet Explorer MSHTML/DHTML API OS Design Development