Beef Corlib
Public Member Functions | List of all members
System.Windows.COM_IFileOpenDialog.VTable Struct Reference
Inheritance diagram for System.Windows.COM_IFileOpenDialog.VTable:
System.Windows.COM_IFileDialog.VTable System.Windows.COM_IUnknown.VTable

Public Member Functions

function[CallingConvention(.Stdcall)] HResult (COM_IFileOpenDialog *self, out COM_IShellItemArray *ppenum) GetResults
 
function[CallingConvention(.Stdcall)] HResult (COM_IFileOpenDialog *self, out COM_IShellItemArray *ppsai) GetSelectedItems
 
- Public Member Functions inherited from System.Windows.COM_IFileDialog.VTable
function[CallingConvention(.Stdcall)] HResult (COM_IFileDialog *self, Windows.HWnd parent) Show
 
function[CallingConvention(.Stdcall)] HResult (COM_IFileDialog *self, uint cFileTypes, COMDLG_FILTERSPEC *rgFilterSpec) SetFileTypes
 
function[CallingConvention(.Stdcall)] HResult (COM_IFileDialog *self, uint iFileType) SetFileTypeIndex
 
function[CallingConvention(.Stdcall)] HResult (COM_IFileDialog *self, out uint piFileType) GetFileTypeIndex
 
function[CallingConvention(.Stdcall)] HResult (COM_IFileDialog *self, COM_IFileDialogEvents *pfde, out uint pdwCookie) Advise
 
function[CallingConvention(.Stdcall)] HResult (COM_IFileDialog *self, uint dwCookie) Unadvise
 
function[CallingConvention(.Stdcall)] HResult (COM_IFileDialog *self, FOS fos) SetOptions
 
function[CallingConvention(.Stdcall)] HResult (COM_IFileDialog *self, out FOS pfos) GetOptions
 
function[CallingConvention(.Stdcall)] HResult (COM_IFileDialog *self, COM_IShellItem *psi) SetDefaultFolder
 
function[CallingConvention(.Stdcall)] HResult (COM_IFileDialog *self, COM_IShellItem *psi) SetFolder
 
function[CallingConvention(.Stdcall)] HResult (COM_IFileDialog *self, out COM_IShellItem *ppsi) GetFolder
 
function[CallingConvention(.Stdcall)] HResult (COM_IFileDialog *self, out COM_IShellItem *ppsi) GetCurrentSelection
 
function[CallingConvention(.Stdcall)] HResult (COM_IFileDialog *self, char16 *pszName) SetFileName
 
function[CallingConvention(.Stdcall)] HResult (COM_IFileDialog *self, out char16 *pszName) GetFileName
 
function[CallingConvention(.Stdcall)] HResult (COM_IFileDialog *self, char16 *pszTitle) SetTitle
 
function[CallingConvention(.Stdcall)] HResult (COM_IFileDialog *self, char16 *pszText) SetOkButtonLabel
 
function[CallingConvention(.Stdcall)] HResult (COM_IFileDialog *self, char16 *pszLabel) SetFileNameLabel
 
function[CallingConvention(.Stdcall)] HResult (COM_IFileDialog *self, out COM_IShellItem *ppsi) GetResult
 
function[CallingConvention(.Stdcall)] HResult (COM_IFileDialog *self, COM_IShellItem *psi, FDAP fdap) AddPlace
 
function[CallingConvention(.Stdcall)] HResult (COM_IFileDialog *self, char16 *pszDefaultExtension) SetDefaultExtension
 
function[CallingConvention(.Stdcall)] HResult (COM_IFileDialog *self, int hr) Close
 
function[CallingConvention(.Stdcall)] HResult (COM_IFileDialog *self, ref Guid guid) SetClientGuid
 
function[CallingConvention(.Stdcall)] HResult (COM_IFileDialog *self) ClearClientData
 
function[CallingConvention(.Stdcall)] HResult (COM_IFileDialog *self, void *pFilter) SetFilter
 
- Public Member Functions inherited from System.Windows.COM_IUnknown.VTable
function[CallingConvention(.Stdcall)] HResult (COM_IUnknown *self, ref Guid riid, void **result) QueryInterface
 
function[CallingConvention(.Stdcall)] uint32 (COM_IUnknown *self) AddRef
 
function[CallingConvention(.Stdcall)] uint32 (COM_IUnknown *self) Release