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

Delegate definition for the info results callback.

Namespace: Perforce.P4
Assembly: p4api.net (in p4api.net.dll) Version: 2012.2.63.1250 (2012.2.63.1250)

Syntax

C#
public delegate void InfoResultsDelegate(
	int level,
	IntPtr info
)
Visual Basic
Public Delegate Sub InfoResultsDelegate ( _
	level As Integer, _
	info As IntPtr _
)
Visual C++
public delegate void InfoResultsDelegate(
	int level, 
	IntPtr info
)

Parameters

level
Type: System..::..Int32
info
Type: System..::..IntPtr

Remarks

The "info" results generally are the output of commands that are run not using tagged protocol

See Also