Click or drag to resize

P4CallBacksPromptDelegate Delegate

Delegate definition for the prompt callback.

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.258.5793
Syntax
public delegate void PromptDelegate(
	uint cmdID,
	IntPtr msg,
	IntPtr rspBuf,
	int bufSz,
	bool dispayText
)

Parameters

cmdID
Type: SystemUInt32
Id if the command making the callback
msg
Type: SystemIntPtr
Prompt message from the server
rspBuf
Type: SystemIntPtr
Character buffer to receive the response
bufSz
Type: SystemInt32
Size of the buffer
dispayText
Type: SystemBoolean
Display flog
See Also