Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "IFileDialog" in [All]

Interfaces

.

interface IFileDialogEvents

.

    HRESULT OnFileOk ( [In, MarshalAs ( UnmanagedType.Interface )] IFileDialog pfd );

.

    HRESULT OnFolderChanging ( [In, MarshalAs ( UnmanagedType.Interface )] IFileDialog pfd,

.

    void OnFolderChange ( [In, MarshalAs ( UnmanagedType.Interface )] IFileDialog pfd );

.

    void OnSelectionChange ( [In, MarshalAs ( UnmanagedType.Interface )] IFileDialog pfd );

.

    void OnShareViolation ( [In, MarshalAs ( UnmanagedType.Interface )] IFileDialog pfd,

.

    void OnTypeChange ( [In, MarshalAs ( UnmanagedType.Interface )] IFileDialog pfd );

.

    void OnOverwrite ( [In, MarshalAs ( UnmanagedType.Interface )] IFileDialog pfd,

.

Interface IFileDialogEvents

.
Documentation
[IFileDialogEvents] on MSDN
.

interface IFileDialogControlEvents

.

    void OnItemSelected ( [In, MarshalAs ( UnmanagedType.Interface )] IFileDialogCustomize pfdc, [In] int dwIDCtl,

.

    void OnButtonClicked ( [In, MarshalAs ( UnmanagedType.Interface )] IFileDialogCustomize pfdc, [In] int dwIDCtl );

.

    void OnCheckButtonToggled ( [In, MarshalAs ( UnmanagedType.Interface )] IFileDialogCustomize pfdc,

.

    void OnControlActivating ( [In, MarshalAs ( UnmanagedType.Interface )] IFileDialogCustomize pfdc,

.

Interface IFileDialogControlEvents

.
Documentation
[IFileDialogControlEvents] on MSDN
.

interface IFileDialogCustomize : IFileDialog

.

Interface IFileDialogCustomize

.
Documentation
[IFileDialogCustomize] on MSDN
.

    internal interface IFileDialogEvents

.

    HRESULT OnFileOk ( [In, MarshalAs ( UnmanagedType.Interface )] IFileDialog pfd );

.

    HRESULT OnFolderChanging ( [In, MarshalAs ( UnmanagedType.Interface )] IFileDialog pfd,

.

    void OnFolderChange ( [In, MarshalAs ( UnmanagedType.Interface )] IFileDialog pfd );

.

    void OnSelectionChange ( [In, MarshalAs ( UnmanagedType.Interface )] IFileDialog pfd );

.

    void OnShareViolation ( [In, MarshalAs ( UnmanagedType.Interface )] IFileDialog pfd,

.

    void OnTypeChange ( [In, MarshalAs ( UnmanagedType.Interface )] IFileDialog pfd );

.

    void OnOverwrite ( [In, MarshalAs ( UnmanagedType.Interface )] IFileDialog pfd,

.

Interface IFileDialogEvents

.
Documentation
[IFileDialogEvents] on MSDN
.

interface IFileOpenDialog : IFileDialog

.

    // Defined on IFileDialog - repeated here due to requirements of COM interop layer

.

    void Advise ( [In, MarshalAs ( UnmanagedType.Interface )] IFileDialogEvents pfde, out uint pdwCookie );

.

interface IFileSaveDialog : IFileDialog

.

    // Defined on IFileDialog - repeated here due to requirements of COM interop layer

.

    void Advise ( [In, MarshalAs ( UnmanagedType.Interface )] IFileDialogEvents pfde, out uint pdwCookie );


 
Access PInvoke.net directly from VS: