FileDialog.HookProc Method
.NET Framework 4.5
Defines the common file dialog hook procedure that is overridden to add common functionality to a file dialog.
Namespace: Microsoft.Win32
Assembly: PresentationFramework (in PresentationFramework.dll)
Parameters
- hwnd
- Type: System.IntPtr
Window handle for the Win32 dialog.
- msg
- Type: System.Int32
Message to be processed by the Win32 dialog.
- wParam
- Type: System.IntPtr
Parameters for dialog actions.
- lParam
- Type: System.IntPtr
Parameters for dialog actions.
Return Value
Type: System.IntPtrReturns Zero to indicate success; otherwise, a non-zero value is returned to indicate failure.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.