Click or drag to resize

P4CallBacksErrorDelegate Delegate

Delegate definition for the error callback.

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.258.5793
Syntax
public delegate void ErrorDelegate(
	uint cmdID,
	int severity,
	int errorId,
	IntPtr info
)

Parameters

cmdID
Type: SystemUInt32
Id if the command making the callback
severity
Type: SystemInt32
Severity of the error
errorId
Type: SystemInt32
info
Type: SystemIntPtr
Error Message
See Also