[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "T:Tools.Experimental.FileDialogWithEncoding.OFNHookProcDelegate"]

Namespace: Tools.Experimental
Assembly: Tools Experimental (in Tools Experimental.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
public delegate int OFNHookProcDelegate(
	int hdlg,
	int msg,
	int wParam,
	int lParam
)
Visual Basic
Public Delegate Function OFNHookProcDelegate ( _
	hdlg As Integer, _
	msg As Integer, _
	wParam As Integer, _
	lParam As Integer _
) As Integer
Visual C++
public delegate int OFNHookProcDelegate(
	int hdlg, 
	int msg, 
	int wParam, 
	int lParam
)
F#
type OFNHookProcDelegate = 
    delegate of 
        hdlg:int * 
        msg:int * 
        wParam:int * 
        lParam:int -> int
JScript
JScript does not support delegates.

Parameters

hdlg
Type: System..::..Int32
msg
Type: System..::..Int32
wParam
Type: System..::..Int32
lParam
Type: System..::..Int32

See Also