Defines the common file dialog hook procedure that is overridden to add common functionality to a file dialog.
Assembly: PresentationFramework (in PresentationFramework.dll)
Syntax . . :: . IntPtr
Returns Zero to indicate success; otherwise, a non-zero value is returned to indicate failure.
Protected Overrides Function HookProc ( _
hwnd As IntPtr, _
msg As Integer, _
wParam As IntPtr, _
lParam As IntPtr _
) As IntPtrprotected override IntPtr HookProc(
IntPtr hwnd,
int msg,
IntPtr wParam,
IntPtr lParam
)protected:
virtual IntPtr HookProc(
IntPtr hwnd,
int msg,
IntPtr wParam,
IntPtr lParam
) overrideabstract HookProc :
hwnd:IntPtr *
msg:int *
wParam:IntPtr *
lParam:IntPtr -> IntPtr
override HookProc :
hwnd:IntPtr *
msg:int *
wParam:IntPtr *
lParam:IntPtr -> IntPtr 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: SystemReturns Zero to indicate success; otherwise, a non-zero value is returned to indicate failure.
Platforms
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.