Click or drag to resize
shell32ApiBrowseCallbackProc Delegate

Namespace: TheVaultLib
Assembly: TheVaultLib (in TheVaultLib.dll) Version: 1.0.3776.37319
Syntax
public delegate int BrowseCallbackProc(
	IntPtr hwnd,
	uint uMsg,
	int lParam,
	int lpData
)

Parameters

hwnd
Type: SystemIntPtr
uMsg
Type: SystemUInt32
lParam
Type: SystemInt32
lpData
Type: SystemInt32

Return Value

Type: Int32
See Also