ReactOS 0.4.15-dev-7953-g1f49173
IFileDialogEvents Interface Reference
Inheritance diagram for IFileDialogEvents:
Collaboration diagram for IFileDialogEvents:

Public Member Functions

HRESULT OnFileOk ([in] IFileDialog *pfd)
 
HRESULT OnFolderChanging ([in] IFileDialog *pfd, [in] IShellItem *psiFolder)
 
HRESULT OnFolderChange ([in] IFileDialog *pfd)
 
HRESULT OnSelectionChange ([in] IFileDialog *pfd)
 
HRESULT OnShareViolation ([in] IFileDialog *pfd, [in] IShellItem *psi, [out] FDE_SHAREVIOLATION_RESPONSE *pResponse)
 
HRESULT OnTypeChange ([in] IFileDialog *pfd)
 
HRESULT OnOverwrite ([in] IFileDialog *pfd, [in] IShellItem *psi, [out] FDE_OVERWRITE_RESPONSE *pResponse)
 
- Public Member Functions inherited from IUnknown
HRESULT QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject)
 
ULONG AddRef ()
 
ULONG Release ()
 

Additional Inherited Members

- Public Types inherited from IUnknown
typedef IUnknownLPUNKNOWN
 

Detailed Description

Definition at line 3445 of file shobjidl.idl.

Member Function Documentation

◆ OnFileOk()

HRESULT IFileDialogEvents::OnFileOk ( [in] IFileDialog pfd)

◆ OnFolderChange()

HRESULT IFileDialogEvents::OnFolderChange ( [in] IFileDialog pfd)

◆ OnFolderChanging()

HRESULT IFileDialogEvents::OnFolderChanging ( [in] IFileDialog pfd,
[in] IShellItem psiFolder 
)

◆ OnOverwrite()

HRESULT IFileDialogEvents::OnOverwrite ( [in] IFileDialog pfd,
[in] IShellItem psi,
[out] FDE_OVERWRITE_RESPONSE pResponse 
)

◆ OnSelectionChange()

HRESULT IFileDialogEvents::OnSelectionChange ( [in] IFileDialog pfd)

◆ OnShareViolation()

HRESULT IFileDialogEvents::OnShareViolation ( [in] IFileDialog pfd,
[in] IShellItem psi,
[out] FDE_SHAREVIOLATION_RESPONSE pResponse 
)

◆ OnTypeChange()

HRESULT IFileDialogEvents::OnTypeChange ( [in] IFileDialog pfd)

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