CogFfpUnmanagedCallbackDelegate DelegateCognex VisionPro 9.22 SR1
Delegate type which is marshaled to an unmanaged function pointer and passed to the ffp module call back.

Namespace: Cognex.VisionPro.Comm
Assembly: Cognex.VisionPro.Comm (in Cognex.VisionPro.Comm.dll) Version: 87.1.0.0
Syntax

public delegate int CogFfpUnmanagedCallbackDelegate(
	void* callbackArg,
	csFfpCallbackInfo_* message
)

Parameters

callbackArg
Type: System Void*
message
Type: csFfpCallbackInfo_*

Return Value

Type: Int32
See Also