Click or drag to resize

P4CallBacksResolveADelegate Delegate

Delegate definition for the Resolve callback passing a CLientResolve object.

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.258.5793
Syntax
public delegate int ResolveADelegate(
	uint cmdID,
	IntPtr Resolver,
	bool preview
)

Parameters

cmdID
Type: SystemUInt32
Id if the command making the callback
Resolver
Type: SystemIntPtr
P4ClientReslove used to handle the resolve
preview
Type: SystemBoolean
Preview only

Return Value

Type: Int32
Resolve result
See Also