shell32ApiBrowseCallbackProc Delegate |
Namespace: TheVaultLibAssembly: TheVaultLib (in TheVaultLib.dll) Version: 1.0.3776.37319
Syntaxpublic delegate int BrowseCallbackProc(
IntPtr hwnd,
uint uMsg,
int lParam,
int lpData
)
Public Delegate Function BrowseCallbackProc (
hwnd As IntPtr,
uMsg As UInteger,
lParam As Integer,
lpData As Integer
) As Integer
public delegate int BrowseCallbackProc(
IntPtr hwnd,
unsigned int uMsg,
int lParam,
int lpData
)
type BrowseCallbackProc =
delegate of
hwnd : IntPtr *
uMsg : uint32 *
lParam : int *
lpData : int -> int
Parameters
- hwnd
- Type: SystemIntPtr
- uMsg
- Type: SystemUInt32
- lParam
- Type: SystemInt32
- lpData
- Type: SystemInt32
Return Value
Type:
Int32
See Also