Delegate type which is marshaled to an unmanaged function pointer and
passed to the ffp module call back.
Namespace: Cognex.VisionPro.CommAssembly: Cognex.VisionPro.Comm (in Cognex.VisionPro.Comm.dll) Version: 87.1.0.0
public delegate int CogFfpUnmanagedCallbackDelegate(
void* callbackArg,
csFfpCallbackInfo_* message
)
public delegate int CogFfpUnmanagedCallbackDelegate(
void* callbackArg,
csFfpCallbackInfo_* message
)
Visual Basic does not support APIs that consume or return unsafe types.
Visual Basic does not support APIs that consume or return unsafe types.
public delegate int CogFfpUnmanagedCallbackDelegate(
void* callbackArg,
csFfpCallbackInfo_* message
)
public delegate int CogFfpUnmanagedCallbackDelegate(
void* callbackArg,
csFfpCallbackInfo_* message
)
Parameters
- callbackArg
- Type: System Void*
- message
- Type: csFfpCallbackInfo_*
Return Value
Type:
Int32