ReactOS 0.4.15-dev-7924-g5949c20
IFileDialogEventsImpl Struct Reference
Collaboration diagram for IFileDialogEventsImpl:

Public Attributes

IFileDialogEvents IFileDialogEvents_iface
 
LONG ref
 
LONG QueryInterface
 
LONG OnFileOk
 
LONG OnFolderChanging
 
LONG OnFolderChange
 
LONG OnSelectionChange
 
LONG OnShareViolation
 
LONG OnTypeChange
 
LONG OnOverwrite
 
LPCWSTR set_filename
 
BOOL set_filename_tried
 
FileDialogEventsTest events_test
 

Detailed Description

Definition at line 115 of file itemdlg.c.

Member Data Documentation

◆ events_test

FileDialogEventsTest IFileDialogEventsImpl::events_test

Definition at line 124 of file itemdlg.c.

Referenced by test_customize(), and test_events().

◆ IFileDialogEvents_iface

IFileDialogEvents IFileDialogEventsImpl::IFileDialogEvents_iface

Definition at line 116 of file itemdlg.c.

◆ OnFileOk

LONG IFileDialogEventsImpl::OnFileOk

Definition at line 119 of file itemdlg.c.

Referenced by ensure_zero_events_(), and test_overwrite().

◆ OnFolderChange

LONG IFileDialogEventsImpl::OnFolderChange

Definition at line 119 of file itemdlg.c.

Referenced by ensure_zero_events_(), and test_events().

◆ OnFolderChanging

LONG IFileDialogEventsImpl::OnFolderChanging

Definition at line 119 of file itemdlg.c.

Referenced by ensure_zero_events_(), and test_events().

◆ OnOverwrite

LONG IFileDialogEventsImpl::OnOverwrite

Definition at line 121 of file itemdlg.c.

Referenced by ensure_zero_events_(), and test_overwrite().

◆ OnSelectionChange

LONG IFileDialogEventsImpl::OnSelectionChange

Definition at line 120 of file itemdlg.c.

Referenced by ensure_zero_events_(), and test_events().

◆ OnShareViolation

LONG IFileDialogEventsImpl::OnShareViolation

Definition at line 120 of file itemdlg.c.

Referenced by ensure_zero_events_().

◆ OnTypeChange

LONG IFileDialogEventsImpl::OnTypeChange

Definition at line 120 of file itemdlg.c.

Referenced by ensure_zero_events_(), and test_events().

◆ QueryInterface

LONG IFileDialogEventsImpl::QueryInterface

Definition at line 118 of file itemdlg.c.

◆ ref

LONG IFileDialogEventsImpl::ref

Definition at line 117 of file itemdlg.c.

Referenced by test_advise_helper().

◆ set_filename

LPCWSTR IFileDialogEventsImpl::set_filename

Definition at line 122 of file itemdlg.c.

Referenced by test_filename_opendlg_(), test_filename_savedlg_(), and test_overwrite().

◆ set_filename_tried

BOOL IFileDialogEventsImpl::set_filename_tried

Definition at line 123 of file itemdlg.c.

Referenced by test_filename_opendlg_().


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