Skip to content

CreateAPThread ​

This event is triggered after an AttrProf thread was created.

Parameters ​

ParameterDescription
apdiridintValue, contains the ID of the AttrProf directory in which the thread was created.
apthreadidintValue, contains the ID of the created thread.
apthreadnameintValue, contains the name of the created thread.

Exit value: ​

Remarks ​

See Also ​

Example ​

leo-grammar
	ON_EVENT "CreateAPThread" {
	
	#do something
	
	}
	ON_EVENT "CreateAPThread" {
	
	#do something
	
	}