Click or drag to resize

NativeFileIOUnsafeNativeMethodsSetupFileCallback Delegate

Namespace:  Arsenal.ImageMounter.IO
Assembly:  Arsenal.ImageMounter (in Arsenal.ImageMounter.dll) Version: 1.0.0.0 (3.4.140.0)
Syntax
public delegate uint SetupFileCallback(
	IntPtr Context,
	uint Notification,
	UIntPtr Param1,
	UIntPtr Param2
)

Parameters

Context
Type: SystemIntPtr
Notification
Type: SystemUInt32
Param1
Type: SystemUIntPtr
Param2
Type: SystemUIntPtr

Return Value

Type: UInt32
See Also