webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Public Member Functions | List of all members
IWebOpenPanelResultListener Interface Reference

import"IWebUIDelegate.idl";

Inheritance diagram for IWebOpenPanelResultListener:

Public Member Functions

HRESULT chooseFilename ([out, retval] BSTR *fileName)
 
HRESULT cancel ()
 

Member Function Documentation

◆ cancel()

HRESULT IWebOpenPanelResultListener::cancel ( )

cancel Call this method to indicate that the file open panel was cancelled.

  • (void)cancel;

◆ chooseFilename()

HRESULT IWebOpenPanelResultListener::chooseFilename ( [out, retval] BSTR fileName)

chooseFilename: Call this method to return a filename from the file open panel.

Parameters
fileName
  • (void)chooseFilename:(NSString *)fileName;

The documentation for this interface was generated from the following file: