Skip to main content

MappInquireConnection

Inquire about published objects on a Distributed Aurora Imaging Library publishing application.

Syntax

AIL_INT MappInquireConnection(
AIL_ID ContextAppId, //in
AIL_INT64 InquireType, //in
AIL_INT64 ControlFlag, //in
AIL_INT64 ExtraFlag, //in
void * UserVarPtr //out
)

Description

This function inquires about the published Aurora Imaging Library objects on a Distributed Aurora Imaging Library publishing application. A monitoring application will use this function to generate a list of the published objects on a publishing application. With this list, you can determine the identifier of a specific object. With this identifier, you can perform any operation on the object that its permission level allows.

Parameters

ContextAppId (in, AIL_ID)

Specifies the identifier of the application context to use.

For specifying the application context

ValueDescription
M_DEFAULTSpecifies the application context of the current process.
Application context identifierSpecifies the identifier of an application context.

Typically, specifying an application context identifier is used to specify a remote application on a remote computer. However, it can be used for a remote application on the local computer, or the current process. When you explicitly specify the identifier of the current process, it is equivalent to specifying M_DEFAULT. |

InquireType (in, AIL_INT64)

Specifies the type of Distributed Aurora Imaging Library connection setting about which to inquire. This parameter can be set to one of the values below.

ControlFlag (in, AIL_INT64)

Specifies an attribute of the inquire operation to perform.

ExtraFlag (in, AIL_INT64)

Specifies an attribute of the inquire operation to perform.

UserVarPtr *(out, void)

Specifies the address in which to write the requested information. Since the MappInquireConnection function also returns the requested information, you can set this parameter to M_NULL.

Parameter Associations

For inquiring about a Distributed Aurora Imaging Library monitoring configuration connection

Set unused parameters to M_DEFAULT.


M_DAIL_PUBLISHED_LIST

Inquires the list of identifiers associated with the published objects in a Distributed Aurora Imaging Library publishing application. Published objects are those objects set to read or read/write.

ValueDescription
M_APPLICATIONSpecifies an Aurora Imaging Library application context allocated using MappAlloc.
M_ARRAYSpecifies an Aurora Imaging Library array buffer allocated using MbufAlloc2d with M_ARRAY.
M_AUGMENTATION_RESULTSpecifies an Aurora Imaging Library augmentation result buffer allocated using MimAllocResult with M_AUGMENTATION_RESULT.
M_CONTAINERSpecifies an Aurora Imaging Library container buffer allocated using MbufAllocContainer.
M_COUNT_LISTSpecifies an Aurora Imaging Library count list result buffer allocated using MimAllocResult with M_COUNT_LIST.
M_DIGITIZERSpecifies an Aurora Imaging Library digitizer allocated using MdigAlloc.
M_EVENTSpecifies an Aurora Imaging Library event allocated using MthrAlloc withM_EVENT.
M_EVENT_LISTSpecifies an Aurora Imaging Library event list result buffer allocated using MimAllocResult with M_EVENT_LIST.
M_EXTREME_LISTSpecifies an Aurora Imaging Library extreme list result buffer allocated using MimAllocResult with M_EXTREME_LIST.
M_FIND_ORIENTATION_LISTSpecifies an Aurora Imaging Library find orientation list result buffer allocated using MimAllocResult with M_FIND_ORIENTATION_LIST.
M_GRAPHIC_CONTEXTSpecifies an Aurora Imaging Library 2D graphics context allocated using MgraAlloc.
M_GRAPHIC_LISTSpecifies an Aurora Imaging Library 2D graphics list allocated using MgraAllocList.
M_HIST_LISTSpecifies an Aurora Imaging Library histogram list result buffer allocated using MimAllocResult with M_HIST_LIST.
M_HTTP_SERVERSpecifies an HTTP server allocated using MobjAlloc with M_HTTP_SERVER.
M_IM_CONTEXTSpecifies an Aurora Imaging Library image processing context allocated using MimAlloc.
M_IMAGESpecifies an Aurora Imaging Library image buffer allocated using MbufAllocColor with M_IMAGE.
M_KERNELSpecifies an Aurora Imaging Library kernel buffer allocated using MbufAlloc2d with M_KERNEL.
M_LOCATE_DIFFERENCE_RESULTSpecifies an Aurora Imaging Library locate difference result buffer allocated using MimAllocResult with M_LOCATE_DIFFERENCE_RESULT.
M_LOCATE_PEAK_1D_RESULTSpecifies an Aurora Imaging Library locate 1D peak result buffer allocated using MimAllocResult with M_LOCATE_PEAK_1D_RESULT.
M_LUTSpecifies an Aurora Imaging Library LUT buffer allocated using MbufAlloc2d with M_LUT.
M_MESSAGE_MAILBOXSpecifies an Aurora Imaging Library message mailbox allocated using MobjAlloc.
M_PROJ_LISTSpecifies an Aurora Imaging Library project list result buffer allocated using MimAllocResult with M_PROJ_LIST.
M_SEQUENCE_CONTEXTSpecifies an Aurora Imaging Library sequence context allocated using MseqAlloc.
M_STATISTICS_RESULTSpecifies an Aurora Imaging Library MimStatCalculate result buffer allocated using MimAllocResult with M_STATISTICS_RESULT.
M_STRUCT_ELEMENTSpecifies an Aurora Imaging Library structuring element buffer allocated using MbufAlloc2d with M_STRUCT_ELEMENT.
M_SYS_IO_CONTEXTSpecifies an Aurora Imaging Library system I/O context allocated using MsysIoAlloc.
M_SYSTEMSpecifies an Aurora Imaging Library system context allocated using MsysAlloc.
M_WAVELET_TRANSFORM_RESULTSpecifies an Aurora Imaging Library wavelet transform result buffer allocated using MimAllocResult with M_WAVELET_TRANSFORM_RESULT.
M_3D_DISPLAYSpecifies an Aurora Imaging Library 3D display allocated using M3ddispAlloc.
M_3D_DISPLAY_PICKING_AREA_CONTEXTSpecifies an Aurora Imaging Library picking area context allocated using M3ddispAlloc with M_PICKING_AREA_CONTEXT.
M_3D_DISPLAY_PICKING_AREA_RESULTSpecifies an Aurora Imaging Library picking area result buffer allocated using M3ddispAllocResult with M_PICKING_AREA_RESULT.
M_3D_DISPLAY_PICKING_CONTEXTSpecifies an Aurora Imaging Library picking context allocated using M3ddispAlloc with M_PICKING_CONTEXT.
M_3D_DISPLAY_PICKING_RESULTSpecifies an Aurora Imaging Library picking result buffer allocated using M3ddispAllocResult with M_PICKING_RESULT.
M_3D_GRAPHIC_LISTSpecifies an Aurora Imaging Library 3D graphics list allocated using M3dgraAlloc.
M_3DBLOB_CALCULATE_CONTEXTSpecifies an Aurora Imaging Library 3D blob context that can be used with M3dblobCalculate, allocated using M3dblobAlloc with M_CALCULATE_CONTEXT.
M_3DBLOB_DRAW_3D_CONTEXTSpecifies an Aurora Imaging Library 3D blob context that can be used with M3dblobDraw3d, allocated using M3dblobAlloc with M_DRAW_3D_CONTEXT.
M_3DBLOB_SEGMENTATION_CONTEXTSpecifies an Aurora Imaging Library 3D blob context that can be used with M3dblobSegment, allocated using M3dblobAlloc with M_SEGMENTATION_CONTEXT.
M_3DBLOB_SEGMENTATION_RESULTSpecifies an Aurora Imaging Library 3D blob result buffer for segmentation results, allocated using M3dblobAllocResult with M_SEGMENTATION_RESULT.
M_3DGEO_GEOMETRYSpecifies an Aurora Imaging Library 3D geometry object allocated using M3dgeoAlloc with M_GEOMETRY.
M_3DGEO_TRANSFORMATION_MATRIXSpecifies an Aurora Imaging Library 3D transformation matrix object allocated using M3dgeoAlloc with M_TRANSFORMATION_MATRIX.
M_3DIM_CALCULATE_MAP_SIZE_CONTEXTSpecifies an Aurora Imaging Library 3D image processing context that can be used with M3dimCalculateMapSize, allocated using M3dimAlloc with M_CALCULATE_MAP_SIZE_CONTEXT.
M_3DIM_FILL_GAPS_CONTEXTSpecifies an Aurora Imaging Library 3D image processing context that can be used with M3dimFillGaps, allocated using M3dimAlloc with M_FILL_GAPS_CONTEXT.
M_3DIM_FILTER_CONTEXTSpecifies an Aurora Imaging Library 3D image processing context that can be used with M3dimFilter, allocated using M3dimAlloc with M_FILTER_CONTEXT.
M_3DIM_FIND_TRANSFORMATION_RESULTSpecifies an Aurora Imaging Library 3D image processing result buffer for find transformation results, allocated using M3dimAllocResult with M_FIND_TRANSFORMATION_RESULT.
M_3DIM_LATTICE_CONTEXTSpecifies an Aurora Imaging Library 3D image processing context that can be used with M3dimLattice, allocated using M3dimAlloc with M_LATTICE_CONTEXT.
M_3DIM_LATTICE_RESULTSpecifies an Aurora Imaging Library 3D image processing result buffer for lattice results, allocated using M3dimAllocResult with M_LATTICE_RESULT.
M_3DIM_MESH_CONTEXTSpecifies an Aurora Imaging Library 3D image processing context that can be used with M3dimMesh, allocated using M3dimAlloc with M_MESH_CONTEXT.
M_3DIM_NORMALS_CONTEXTSpecifies an Aurora Imaging Library 3D image processing context that can be used with M3dimNormals, allocated using M3dimAlloc with M_NORMALS_CONTEXT.
M_3DIM_OUTLIERS_CONTEXTSpecifies an Aurora Imaging Library 3D image processing context that can be used with M3dimOutliers, allocated using M3dimAlloc with M_OUTLIERS_CONTEXT.
M_3DIM_PROFILE_CONTEXTSpecifies an Aurora Imaging Library 3D image processing context that can be used with M3dimProfileEx, allocated using M3dimAlloc with M_PROFILE_CONTEXT.
M_3DIM_PROFILE_RESULTSpecifies an Aurora Imaging Library 3D image processing result buffer for profile results, allocated using M3dimAllocResult with M_PROFILE_RESULT.
M_3DIM_PROJECT_CONTEXTSpecifies an Aurora Imaging Library 3D image processing context that can be used with M3dimProjectEx, allocated using M3dimAlloc with M_PROJECT_CONTEXT.
M_3DIM_REMAP_CONTEXTSpecifies an Aurora Imaging Library 3D image processing context that can be used with M3dimRemapDepthMap, allocated using M3dimAlloc with M_REMAP_CONTEXT.
M_3DIM_STATISTICS_CONTEXTSpecifies an Aurora Imaging Library 3D image processing context that can be used with M3dimStat, allocated using M3dimAlloc with M_STATISTICS_CONTEXT.
M_3DIM_STATISTICS_RESULTSpecifies an Aurora Imaging Library 3D image processing result buffer used to store M3dimStat results, and is allocated using M3dimAllocResult with M_STATISTICS_RESULT.
M_3DIM_STITCH_CONTEXTSpecifies an Aurora Imaging Library 3D image processing context that can be used with M3dimMerge, allocated using M3dimAlloc with M_STITCH_CONTEXT.
M_3DIM_SUBSAMPLE_CONTEXTSpecifies an Aurora Imaging Library 3D image processing context that can be used with M3dimSample, allocated using M3dimAlloc with M_SUBSAMPLE_CONTEXT.
M_3DIM_SURFACE_SAMPLE_CONTEXTSpecifies an Aurora Imaging Library 3D image processing context that can be used with M3dimSample, allocated using M3dimAlloc with M_SURFACE_SAMPLE_CONTEXT.
M_3DMAP_ALIGN_CONTEXTSpecifies an Aurora Imaging Library 3D align context allocated using M3dmapAlloc with M_ALIGN_CONTEXT.
M_3DMAP_ALIGN_RESULTSpecifies an Aurora Imaging Library 3D align result buffer allocated using M3dmapAllocResult with M_ALIGN_RESULT.
M_3DMAP_DEPTH_CORRECTED_DATASpecifies an Aurora Imaging Library 3D reconstruction result buffer allocated using M3dmapAllocResult with M_DEPTH_CORRECTED_DATA.
M_3DMAP_DRAW_3D_CONTEXTSpecifies an Aurora Imaging Library 3D draw context allocated using M3dmapAlloc with M_DRAW_3D_CONTEXT.
M_3DMAP_LASER_CALIBRATION_DATASpecifies an Aurora Imaging Library 3D reconstruction result buffer allocated using M3dmapAllocResult with M_LASER_CALIBRATION_DATA.
M_3DMAP_LASER_CONTEXTSpecifies an Aurora Imaging Library 3D reconstruction context allocated using M3dmapAlloc with M_LASER.
M_3DMAP_POINT_CLOUD_RESULTSpecifies an Aurora Imaging Library 3D reconstruction result buffer allocated using M3dmapAllocResult with M_POINT_CLOUD_RESULT.
M_3DMEAS_DRAW_3D_PATH_CONTEXTSpecifies an Aurora Imaging Library draw path 3D measurement context allocated using M3dmeasAlloc with M_DRAW_3D_PATH_CONTEXT.
M_3DMEAS_DRAW_3D_PROFILE_CONTEXTSpecifies an Aurora Imaging Library draw profile 3D measurement context allocated using M3dmeasAlloc with M_DRAW_3D_PROFILE_CONTEXT.
M_3DMEAS_DRAW_3D_TEMPLATE_CONTEXTSpecifies an Aurora Imaging Library draw template 3D measurement context allocated using M3dmeasAlloc with M_DRAW_3D_TEMPLATE_CONTEXT.
M_3DMEAS_FIND_MARKER_PATH_CONTEXTSpecifies an Aurora Imaging Library path 3D measurement context allocated using M3dmeasAlloc with M_FIND_MARKER_PATH_CONTEXT.
M_3DMEAS_FIND_MARKER_PATH_RESULTSpecifies an Aurora Imaging Library path 3D measurement result allocated using M3dmeasAllocResult with M_FIND_MARKER_PATH_RESULT.
M_3DMEAS_FIND_MARKER_PROFILE_CONTEXTSpecifies an Aurora Imaging Library profile 3D measurement context allocated using M3dmeasAlloc with M_FIND_MARKER_PROFILE_CONTEXT.
M_3DMEAS_FIND_MARKER_PROFILE_RESULTSpecifies an Aurora Imaging Library profile 3D measurement result allocated using M3dmeasAllocResult with M_FIND_MARKER_PROFILE_RESULT.
M_3DMEAS_FIND_MARKER_TEMPLATE_CONTEXTSpecifies an Aurora Imaging Library template 3D measurement context allocated using M3dmeasAlloc with M_FIND_MARKER_TEMPLATE_CONTEXT.
M_3DMEAS_FIND_MARKER_TEMPLATE_RESULTSpecifies an Aurora Imaging Library template 3D measurement result allocated using M3dmeasAllocResult with M_FIND_MARKER_TEMPLATE_RESULT.
M_3DMEAS_FIT_CONTEXTSpecifies an Aurora Imaging Library fit 3D measurement context allocated using M3dmeasAlloc with M_FIT_CONTEXT.
M_3DMET_CALCULATE_RESULTSpecifies an Aurora Imaging Library calculate 3D metrology result buffer allocated using M3dmetAllocResult with M_CALCULATE_RESULT.
M_3DMET_DISTANCE_CONTEXTSpecifies an Aurora Imaging Library distance 3D metrology context allocated using M3dmetAlloc with M_DISTANCE_CONTEXT.
M_3DMET_DRAW_3D_CONTEXTSpecifies an Aurora Imaging Library draw 3D metrology context allocated using M3dmetAlloc with M_DRAW_3D_CONTEXT.
M_3DMET_FIT_CONTEXTSpecifies an Aurora Imaging Library fit 3D metrology context allocated using M3dmetAlloc with M_FIT_CONTEXT.
M_3DMET_FIT_RESULTSpecifies an Aurora Imaging Library fit 3D metrology result buffer allocated using M3dmetAllocResult with M_FIT_RESULT.
M_3DMET_STATISTICS_CONTEXTSpecifies an Aurora Imaging Library statistics 3D metrology context allocated using M3dmetAlloc with M_STATISTICS_CONTEXT.
M_3DMET_STATISTICS_RESULTSpecifies an Aurora Imaging Library statistics 3D metrology result buffer allocated using M3dmetAllocResult with M_STATISTICS_RESULT.
M_3DMET_VOLUME_CONTEXTSpecifies an Aurora Imaging Library calculate volume 3D metrology context allocated using M3dmetAlloc with M_VOLUME_CONTEXT.
M_3DMOD_DRAW_3D_CONTEXTSpecifies an Aurora Imaging Library draw 3D model finder context that can be allocated using M3dmodAlloc with M_DRAW_3D_GEOMETRIC_CONTEXT (to draw occurrences of geometric models).
M_3DMOD_DRAW_3D_SURFACE_CONTEXTSpecifies an Aurora Imaging Library draw 3D model finder context that can be allocated using M3dmodAlloc with M_DRAW_3D_SURFACE_CONTEXT (to draw occurrences of surface models).
M_3DMOD_FIND_BOX_CONTEXTSpecifies an Aurora Imaging Library box 3D model finder context that can be allocated using M3dmodAlloc with M_FIND_BOX_CONTEXT.
M_3DMOD_FIND_BOX_RESULTSpecifies an Aurora Imaging Library box 3D model finder result buffer allocated using M3dmodAllocResult with M_FIND_BOX_RESULT.
M_3DMOD_FIND_CYLINDER_CONTEXTSpecifies an Aurora Imaging Library cylinder 3D model finder context that can be allocated using M3dmodAlloc with M_FIND_CYLINDER_CONTEXT.
M_3DMOD_FIND_CYLINDER_RESULTSpecifies an Aurora Imaging Library cylinder 3D model finder result buffer allocated using M3dmodAllocResult with M_FIND_CYLINDER_RESULT.
M_3DMOD_FIND_PLANAR_SURFACE_CONTEXTSpecifies an Aurora Imaging Library planar surface 3D model finder context that can be allocated using M3dmodAlloc with M_FIND_PLANAR_SURFACE_CONTEXT.
M_3DMOD_FIND_PLANAR_SURFACE_RESULTSpecifies an Aurora Imaging Library planar surface 3D model finder result buffer allocated using M3dmodAllocResult with M_FIND_PLANAR_SURFACE_RESULT.
M_3DMOD_FIND_RECTANGULAR_PLANE_CONTEXTSpecifies an Aurora Imaging Library rectangular plane 3D model finder context that can be allocated using M3dmodAlloc with M_FIND_RECTANGULAR_PLANE_CONTEXT.
M_3DMOD_FIND_RECTANGULAR_PLANE_RESULTSpecifies an Aurora Imaging Library rectangular plane 3D model finder result buffer allocated using M3dmodAllocResult with M_FIND_RECTANGULAR_PLANE_RESULT.
M_3DMOD_FIND_SPHERE_CONTEXTSpecifies an Aurora Imaging Library sphere 3D model finder context that can be allocated using M3dmodAlloc with M_FIND_SPHERE_CONTEXT.
M_3DMOD_FIND_SPHERE_RESULTSpecifies an Aurora Imaging Library sphere 3D model finder result buffer allocated using M3dmodAllocResult with M_FIND_SPHERE_RESULT.
M_3DMOD_FIND_SURFACE_CONTEXTSpecifies an Aurora Imaging Library surface 3D model finder context that can be allocated using M3dmodAlloc with M_FIND_SURFACE_CONTEXT.
M_3DMOD_FIND_SURFACE_RESULTSpecifies an Aurora Imaging Library surface 3D model finder result buffer allocated using M3dmodAllocResult with M_FIND_SURFACE_RESULT.
M_3DREG_DRAW_3D_CONTEXTSpecifies an Aurora Imaging Library draw 3D registration context that can be used with M3dregDraw3d, allocated using M3dregAlloc with M_DRAW_3D_CONTEXT.
M_3DREG_PAIRWISE_REGISTRATION_CONTEXTSpecifies an Aurora Imaging Library pairwise 3D registration context allocated using M3dregAlloc with M_PAIRWISE_REGISTRATION_CONTEXT.
M_3DREG_PAIRWISE_REGISTRATION_RESULTSpecifies an Aurora Imaging Library pairwise 3D registration result buffer allocated using M3dregAllocResult with M_PAIRWISE_REGISTRATION_RESULT.
M_AGM_EDGE_BASED_FIND_CONTEXTSpecifies an Aurora Imaging Library Advanced Geometric Matching context allocated using MagmAlloc with M_GLOBAL_EDGE_BASED_FIND.
M_AGM_EDGE_BASED_FIND_RESULTSpecifies an Aurora Imaging Library Advanced Geometric Matching result buffer allocated using MagmAllocResult with M_GLOBAL_EDGE_BASED_FIND_RESULT.
M_AGM_EDGE_BASED_TRAIN_CONTEXTSpecifies an Aurora Imaging Library Advanced Geometric Matching context allocated using MagmAlloc with M_GLOBAL_EDGE_BASED_TRAIN.
M_AGM_EDGE_BASED_TRAIN_RESULTSpecifies an Aurora Imaging Library Advanced Geometric Matching result buffer allocated using MagmAllocResult with M_GLOBAL_EDGE_BASED_TRAIN_RESULT.
M_BEAD_CONTEXTSpecifies an Aurora Imaging Library bead context allocated using MbeadAlloc.
M_BEAD_RESULTSpecifies an Aurora Imaging Library bead result buffer allocated using MbeadAllocResult.
M_BLOB_CONTEXTSpecifies an Aurora Imaging Library blob analysis context allocated using MblobAlloc.
M_BLOB_RESULTSpecifies an Aurora Imaging Library blob analysis result buffer allocated using MblobAllocResult.
M_CAL_CALCULATE_HAND_EYE_CONTEXTSpecifies an Aurora Imaging Library calculate hand-eye context (hand-eye calibration) allocated using McalAlloc with M_CALCULATE_HAND_EYE_CONTEXT.
M_CAL_CALCULATE_HAND_EYE_RESULTSpecifies an Aurora Imaging Library calculate hand-eye result buffer allocated using McalAllocResult with M_CALCULATE_HAND_EYE_RESULT.
M_CAL_CONTEXTSpecifies an Aurora Imaging Library camera calibration context allocated using McalAlloc.
M_CAL_DRAW_3D_CONTEXTSpecifies an Aurora Imaging Library 3D draw calibration context allocated using McalAllocwith M_DRAW_3D_CONTEXT.
M_CAL_FIXTURING_OFFSETSpecifies an Aurora Imaging Library fixturing offset object allocated using McalAlloc with M_FIXTURING_OFFSET.
M_CLASS_CLASSIFIER_ANO_PREDEFINED_CONTEXTSpecifies an Aurora Imaging Library predefined anomaly detection classifier context, allocated using MclassAlloc with M_CLASSIFIER_ANO_PREDEFINED.
M_CLASS_CLASSIFIER_CNN_PREDEFINED_CONTEXTSpecifies an Aurora Imaging Library predefined CNN classifier context, allocated using MclassAlloc with M_CLASSIFIER_CNN_PREDEFINED.
M_CLASS_CLASSIFIER_DET_PREDEFINED_CONTEXTSpecifies an Aurora Imaging Library predefined object detection classifier context, allocated using MclassAlloc with M_CLASSIFIER_DET_PREDEFINED.
M_CLASS_CLASSIFIER_ONNX_CONTEXTSpecifies an Aurora Imaging Library ONNX classifier context, allocated using MclassAlloc with M_CLASSIFIER_ONNX.
M_CLASS_CLASSIFIER_SEG_PREDEFINED_CONTEXTSpecifies an Aurora Imaging Library predefined segmentation classifier context, allocated using MclassAlloc with M_CLASSIFIER_SEG_PREDEFINED.
M_CLASS_CLASSIFIER_TREE_ENSEMBLE_CONTEXTSpecifies an Aurora Imaging Library tree ensemble classifier context, allocated using MclassAlloc with M_CLASSIFIER_TREE_ENSEMBLE.
M_CLASS_DATASET_FEATURESSpecifies an Aurora Imaging Library features dataset context, allocated using MclassAlloc with M_DATASET_FEATURES.
M_CLASS_DATASET_IMAGESSpecifies an Aurora Imaging Library images dataset context, allocated using MclassAlloc with M_DATASET_IMAGES.
M_CLASS_PREDICT_ANO_RESULTSpecifies an Aurora Imaging Library anomaly detection prediction result buffer, allocated usingMclassAllocResult with M_PREDICT_ANO_RESULT.
M_CLASS_PREDICT_CNN_RESULTSpecifies an Aurora Imaging Library CNN prediction result buffer, allocated usingMclassAllocResult with M_PREDICT_CNN_RESULT.
M_CLASS_PREDICT_DET_RESULTSpecifies an Aurora Imaging Library object detection prediction result buffer, allocated usingMclassAllocResult with M_PREDICT_DET_RESULT.
M_CLASS_PREDICT_ONNX_RESULTSpecifies an ONNX prediction result buffer, allocated usingMclassAllocResult with M_PREDICT_ONNX_RESULT.
M_CLASS_PREDICT_SEG_RESULTSpecifies an Aurora Imaging Library segmentation prediction result buffer, allocated usingMclassAllocResult with M_PREDICT_SEG_RESULT.
M_CLASS_PREDICT_TREE_ENSEMBLE_RESULTSpecifies an Aurora Imaging Library tree ensemble prediction result buffer, allocated usingMclassAllocResult with M_PREDICT_TREE_ENSEMBLE_RESULT.
M_CLASS_PREPARE_IMAGES_CNNSpecifies an Aurora Imaging Library CNN data preparation context, allocated using MclassAlloc with M_PREPARE_IMAGES_CNN.
M_CLASS_PREPARE_IMAGES_DETSpecifies an Aurora Imaging Library object detection data preparation context, allocated using MclassAlloc with M_PREPARE_IMAGES_DET.
M_CLASS_PREPARE_IMAGES_SEGSpecifies an Aurora Imaging Library segmentation data preparation context, allocated using MclassAlloc with M_PREPARE_IMAGES_SEG.
M_CLASS_STAT_ANO_CONTEXTSpecifies an Aurora Imaging Library statistics classification context for anomaly detection, allocated using MclassAlloc with M_STAT_ANO.
M_CLASS_STAT_ANO_RESULTSpecifies an Aurora Imaging Library statistics classification result buffer for anomaly detection, allocated using MclassAllocResult with M_STAT_ANO_RESULT.
M_CLASS_STAT_CNN_CONTEXTSpecifies an Aurora Imaging Library statistics classification context for image classification, allocated using MclassAlloc with M_STAT_CNN.
M_CLASS_STAT_CNN_RESULTSpecifies an Aurora Imaging Library statistics classification result buffer for image classification, allocated using MclassAllocResult with M_STAT_CNN_RESULT.
M_CLASS_STAT_DET_CONTEXTSpecifies an Aurora Imaging Library statistics classification context for object detection, allocated using MclassAlloc with M_STAT_DET.
M_CLASS_STAT_DET_RESULTSpecifies an Aurora Imaging Library statistics classification result buffer for object detection, allocated using MclassAllocResult with M_STAT_DET_RESULT.
M_CLASS_STAT_SEG_CONTEXTSpecifies an Aurora Imaging Library statistics classification context for segmentation, allocated using MclassAlloc with M_STAT_SEG.
M_CLASS_STAT_SEG_RESULTSpecifies an Aurora Imaging Library statistics classification result buffer for segmentation, allocated using MclassAllocResult with M_STAT_SEG_RESULT.
M_CLASS_STAT_TREE_ENSEMBLE_CONTEXTSpecifies an Aurora Imaging Library statistics classification context for feature classification, allocated using MclassAlloc with M_STAT_TREE_ENSEMBLE.
M_CLASS_STAT_TREE_ENSEMBLE_RESULTSpecifies an Aurora Imaging Library statistics classification result buffer for feature classification, allocated using MclassAllocResult with M_STAT_TREE_ENSEMBLE_RESULT.
M_CLASS_TRAIN_ANO_CONTEXTSpecifies an Aurora Imaging Library anomaly detection training context, allocated using MclassAlloc with M_TRAIN_ANO.
M_CLASS_TRAIN_ANO_RESULTSpecifies an Aurora Imaging Library anomaly detection training result buffer, allocated using MclassAllocResult with M_TRAIN_ANO_RESULT.
M_CLASS_TRAIN_CNN_CONTEXTSpecifies an Aurora Imaging Library CNN training context, allocated using MclassAlloc with M_TRAIN_CNN.
M_CLASS_TRAIN_CNN_RESULTSpecifies an Aurora Imaging Library CNN training result buffer, allocated using MclassAllocResult with M_TRAIN_CNN_RESULT.
M_CLASS_TRAIN_DET_CONTEXTSpecifies an Aurora Imaging Library object detection training context, allocated using MclassAlloc with M_TRAIN_DET.
M_CLASS_TRAIN_DET_RESULTSpecifies an Aurora Imaging Library object detection training result buffer, allocated using MclassAllocResult with M_TRAIN_DET_RESULT.
M_CLASS_TRAIN_SEG_CONTEXTSpecifies an Aurora Imaging Library segmentation training context, allocated using MclassAlloc with M_TRAIN_SEG.
M_CLASS_TRAIN_SEG_RESULTSpecifies an Aurora Imaging Library segmentation training result buffer, allocated using MclassAllocResult with M_TRAIN_CNN_RESULT.
M_CLASS_TRAIN_TREE_ENSEMBLE_CONTEXTSpecifies an Aurora Imaging Library tree ensemble training context, allocated using MclassAlloc with M_TRAIN_TREE_ENSEMBLE.
M_CLASS_TRAIN_TREE_ENSEMBLE_RESULTSpecifies an Aurora Imaging Library tree ensemble training result buffer, allocated using MclassAllocResult with M_TRAIN_TREE_ENSEMBLE_RESULT.
M_CODE_CONTEXTSpecifies an Aurora Imaging Library code context allocated using McolAlloc.
M_CODE_DETECT_RESULTSpecifies an Aurora Imaging Library code detect result buffer allocated using McodeAllocResult.
M_CODE_GRADE_RESULTSpecifies an Aurora Imaging Library code grade result buffer allocated using McodeAllocResult.
M_CODE_MODELSpecifies an Aurora Imaging Library code model allocated using McodeModel with M_ADD.
M_CODE_READ_RESULTSpecifies an Aurora Imaging Library code read result buffer allocated using McodeAllocResult.
M_CODE_TRAIN_RESULTSpecifies an Aurora Imaging Library code train result buffer allocated using McodeAllocResult.
M_CODE_WRITE_RESULTSpecifies an Aurora Imaging Library code write result buffer allocated using McodeAllocResult.
M_COL_MATCH_CONTEXTSpecifies an Aurora Imaging Library color analysis context (for matching) allocated using McolAlloc with M_COLOR_MATCHING.
M_COL_MATCH_RESULTSpecifies an Aurora Imaging Library color analysis result buffer (for matching) allocated using McolAllocResult with M_COLOR_MATCHING_RESULT.
M_COL_RELATIVE_CALIBRATION_CONTEXTSpecifies an Aurora Imaging Library relative color calibration context allocated using McolAlloc with M_COLOR_CALIBRATION_RELATIVE.
M_COM_CONTEXTSpecifies an Aurora Imaging Library industrial communication context allocated using McomAlloc.
M_DLOCR_DATASETSpecifies an Aurora Imaging Library Deep Learning OCR dataset allocated using MdlocrAllocDataset.
M_DLOCR_FINETUNE_CONTEXTSpecifies an Aurora Imaging Library Deep Learning OCR fine-tuning context allocated using MdlocrAlloc.
M_DLOCR_FINETUNE_RESULTSpecifies an Aurora Imaging Library Deep Learning OCR fine-tuning result buffer allocated using MdlocrAllocResult.
M_DLOCR_READ_CONTEXTSpecifies an Aurora Imaging Library Deep Learning OCR read context allocated using MdlocrAlloc.
M_DLOCR_READ_RESULTSpecifies an Aurora Imaging Library Deep Learning OCR read result buffer allocated using MdlocrAllocResult.
M_DMR_CONTEXTSpecifies an Aurora Imaging Library SureDotOCR context allocated using MdmrAlloc.
M_DMR_RESULTSpecifies an Aurora Imaging Library SureDotOCR result buffer allocated using MdmrAllocResult.
M_EDGE_CONTOURSpecifies an Aurora Imaging Library edge contour context allocated using MedgeAlloc with M_CONTOUR.
M_EDGE_CRESTSpecifies an Aurora Imaging Library edge crest context allocated using MedgeAlloc with M_CREST.
M_EDGE_RESULTSpecifies an Aurora Imaging Library edge result buffer allocated using MedgeAllocResult.
M_MEAS_CONTEXTSpecifies an Aurora Imaging Library measurement context allocated using MmeasAllocContext.
M_MEAS_MARKERSpecifies an Aurora Imaging Library measurement marker allocated using MmeasAllocMarker.
M_MEAS_RESULTSpecifies an Aurora Imaging Library measurement result buffer allocated using MmeasAllocResult.
M_MET_CONTEXTSpecifies an Aurora Imaging Library metrology context allocated using MmetAlloc with M_CONTEXT.
M_MET_DERIVED_GEOMETRY_REGIONSpecifies an Aurora Imaging Library metrology derived geometry region object allocated using MmetAlloc with M_DERIVED_GEOMETRY_REGION.
M_MET_RESULTSpecifies an Aurora Imaging Library metrology result buffer allocated using MmetAllocResult.
M_MOD_GEOMETRICSpecifies an Aurora Imaging Library Model Finder context allocated using MmodAlloc with M_GEOMETRIC.
M_MOD_GEOMETRIC_CONTROLLEDSpecifies an Aurora Imaging Library Model Finder context allocated using MmodAlloc with M_GEOMETRIC_CONTROLLED.
M_MOD_RESULTSpecifies an Aurora Imaging Library Model Finder result buffer allocated using MmodAllocResult with M_DEFAULT.
M_MOD_SHAPE_CIRCLE_CONTEXTSpecifies an Aurora Imaging Library Model Finder context allocated using MmodAlloc with M_SHAPE_CIRCLE.
M_MOD_SHAPE_ELLIPSE_CONTEXTSpecifies an Aurora Imaging Library Model Finder context allocated using MmodAlloc with M_SHAPE_ELLIPSE.
M_MOD_SHAPE_RECTANGLE_CONTEXTSpecifies an Aurora Imaging Library Model Finder context allocated using MmodAlloc with M_SHAPE_RECTANGLE.
M_MOD_SHAPE_RESULTSpecifies an Aurora Imaging Library Model Finder result buffer allocated using MmodAllocResult with M_SHAPE_....
M_MOD_SHAPE_SEGMENT_CONTEXTSpecifies an Aurora Imaging Library Model Finder context allocated using MmodAlloc with M_SHAPE_SEGMENT.
M_MUTEXSpecifies an Aurora Imaging Library mutex allocated using MthrAlloc with M_MUTEX.
M_OCR_FONTSpecifies an Aurora Imaging Library character recognition font context allocated using MocrAllocFont.
M_OCR_RESULTSpecifies an Aurora Imaging Library character recognition result buffer allocated using MocrAllocResult.
M_PAT_CONTEXTSpecifies an Aurora Imaging Library pattern matching context allocated using MpatAlloc.
M_PAT_RESULTSpecifies an Aurora Imaging Library pattern matching result buffer allocated using MpatAllocResult.
M_REG_DFF_CONTEXTSpecifies an Aurora Imaging Library registration context allocated using MregAlloc with M_DEPTH_FROM_FOCUS.
M_REG_DFF_RESULTSpecifies an Aurora Imaging Library registration result buffer allocated using MregAllocResult with M_DEPTH_FROM_FOCUS_RESULT.
M_REG_EDOF_CONTEXTSpecifies an Aurora Imaging Library registration context allocated using MregAlloc with M_EXTENDED_DEPTH_OF_FIELD.
M_REG_EDOF_RESULTSpecifies an Aurora Imaging Library registration result buffer allocated using MregAllocResult with M_EXTENDED_DEPTH_OF_FIELD_RESULT.
M_REG_HDR_CONTEXTSpecifies an Aurora Imaging Library registration context allocated using MregAlloc with M_HIGH_DYNAMIC_RANGE.
M_REG_HDR_RESULTSpecifies an Aurora Imaging Library registration result buffer allocated using MregAllocResult with M_HIGH_DYNAMIC_RANGE_RESULT.
M_REG_PHOTOMETRIC_STEREO_CONTEXTSpecifies an Aurora Imaging Library registration context allocated using MregAlloc with M_PHOTOMETRIC_STEREO.
M_REG_PHOTOMETRIC_STEREO_RESULTSpecifies an Aurora Imaging Library registration result buffer allocated using MregAllocResult with M_PHOTOMETRIC_STEREO_RESULT.
M_REG_STITCHING_CONTEXTSpecifies an Aurora Imaging Library registration context allocated using MregAlloc with M_STITCHING.
M_REG_STITCHING_RESULTSpecifies an Aurora Imaging Library registration result buffer allocated using MregAllocResult with M_STITCHING_RESULT.
M_SELECTABLE_THREADSpecifies an Aurora Imaging Library selectable thread allocated using MthrAlloc with M_SELECTABLE_THREAD.
M_STR_CONTEXTSpecifies an Aurora Imaging Library string context allocated using MstrAlloc.
M_STR_RESULTSpecifies an Aurora Imaging Library string result buffer allocated using MstrAllocResult.
M_SYSTEM_THREADSpecifies an Aurora Imaging Library thread allocated using MthrAlloc with M_THREAD.
M_THREADSpecifies an Aurora Imaging Library thread context object allocated using MthrAlloc with M_THREAD.
M_USER_OBJECT_1Specifies an Aurora Imaging Library object from group one of the user-defined object types allocated using MfuncAllocId with M_USER_OBJECT_1.
M_USER_OBJECT_2Specifies an Aurora Imaging Library object from group two of the user-defined object types allocated using MfuncAllocId with M_USER_OBJECT_2.
M_DEFAULTSpecifies to include all object types in the Distributed Aurora Imaging Library publishing application.

M_DAIL_PUBLISHED_LIST_SIZE

Inquires the current number of objects published in a Distributed Aurora Imaging Library publishing application.

ValueDescription
M_APPLICATIONSpecifies an Aurora Imaging Library application context allocated using MappAlloc.
M_ARRAYSpecifies an Aurora Imaging Library array buffer allocated using MbufAlloc2d with M_ARRAY.
M_AUGMENTATION_RESULTSpecifies an Aurora Imaging Library augmentation result buffer allocated using MimAllocResult with M_AUGMENTATION_RESULT.
M_CONTAINERSpecifies an Aurora Imaging Library container buffer allocated using MbufAllocContainer.
M_COUNT_LISTSpecifies an Aurora Imaging Library count list result buffer allocated using MimAllocResult with M_COUNT_LIST.
M_DIGITIZERSpecifies an Aurora Imaging Library digitizer allocated using MdigAlloc.
M_EVENTSpecifies an Aurora Imaging Library event allocated using MthrAlloc withM_EVENT.
M_EVENT_LISTSpecifies an Aurora Imaging Library event list result buffer allocated using MimAllocResult with M_EVENT_LIST.
M_EXTREME_LISTSpecifies an Aurora Imaging Library extreme list result buffer allocated using MimAllocResult with M_EXTREME_LIST.
M_FIND_ORIENTATION_LISTSpecifies an Aurora Imaging Library find orientation list result buffer allocated using MimAllocResult with M_FIND_ORIENTATION_LIST.
M_GRAPHIC_CONTEXTSpecifies an Aurora Imaging Library 2D graphics context allocated using MgraAlloc.
M_GRAPHIC_LISTSpecifies an Aurora Imaging Library 2D graphics list allocated using MgraAllocList.
M_HIST_LISTSpecifies an Aurora Imaging Library histogram list result buffer allocated using MimAllocResult with M_HIST_LIST.
M_HTTP_SERVERSpecifies an HTTP server allocated using MobjAlloc with M_HTTP_SERVER.
M_IM_CONTEXTSpecifies an Aurora Imaging Library image processing context allocated using MimAlloc.
M_IMAGESpecifies an Aurora Imaging Library image buffer allocated using MbufAllocColor with M_IMAGE.
M_KERNELSpecifies an Aurora Imaging Library kernel buffer allocated using MbufAlloc2d with M_KERNEL.
M_LOCATE_DIFFERENCE_RESULTSpecifies an Aurora Imaging Library locate difference result buffer allocated using MimAllocResult with M_LOCATE_DIFFERENCE_RESULT.
M_LOCATE_PEAK_1D_RESULTSpecifies an Aurora Imaging Library locate 1D peak result buffer allocated using MimAllocResult with M_LOCATE_PEAK_1D_RESULT.
M_LUTSpecifies an Aurora Imaging Library LUT buffer allocated using MbufAlloc2d with M_LUT.
M_MESSAGE_MAILBOXSpecifies an Aurora Imaging Library message mailbox allocated using MobjAlloc.
M_PROJ_LISTSpecifies an Aurora Imaging Library project list result buffer allocated using MimAllocResult with M_PROJ_LIST.
M_SEQUENCE_CONTEXTSpecifies an Aurora Imaging Library sequence context allocated using MseqAlloc.
M_STATISTICS_RESULTSpecifies an Aurora Imaging Library MimStatCalculate result buffer allocated using MimAllocResult with M_STATISTICS_RESULT.
M_STRUCT_ELEMENTSpecifies an Aurora Imaging Library structuring element buffer allocated using MbufAlloc2d with M_STRUCT_ELEMENT.
M_SYS_IO_CONTEXTSpecifies an Aurora Imaging Library system I/O context allocated using MsysIoAlloc.
M_SYSTEMSpecifies an Aurora Imaging Library system context allocated using MsysAlloc.
M_WAVELET_TRANSFORM_RESULTSpecifies an Aurora Imaging Library wavelet transform result buffer allocated using MimAllocResult with M_WAVELET_TRANSFORM_RESULT.
M_3D_DISPLAYSpecifies an Aurora Imaging Library 3D display allocated using M3ddispAlloc.
M_3D_DISPLAY_PICKING_AREA_CONTEXTSpecifies an Aurora Imaging Library picking area context allocated using M3ddispAlloc with M_PICKING_AREA_CONTEXT.
M_3D_DISPLAY_PICKING_AREA_RESULTSpecifies an Aurora Imaging Library picking area result buffer allocated using M3ddispAllocResult with M_PICKING_AREA_RESULT.
M_3D_DISPLAY_PICKING_CONTEXTSpecifies an Aurora Imaging Library picking context allocated using M3ddispAlloc with M_PICKING_CONTEXT.
M_3D_DISPLAY_PICKING_RESULTSpecifies an Aurora Imaging Library picking result buffer allocated using M3ddispAllocResult with M_PICKING_RESULT.
M_3D_GRAPHIC_LISTSpecifies an Aurora Imaging Library 3D graphics list allocated using M3dgraAlloc.
M_3DBLOB_CALCULATE_CONTEXTSpecifies an Aurora Imaging Library 3D blob context that can be used with M3dblobCalculate, allocated using M3dblobAlloc with M_CALCULATE_CONTEXT.
M_3DBLOB_DRAW_3D_CONTEXTSpecifies an Aurora Imaging Library 3D blob context that can be used with M3dblobDraw3d, allocated using M3dblobAlloc with M_DRAW_3D_CONTEXT.
M_3DBLOB_SEGMENTATION_CONTEXTSpecifies an Aurora Imaging Library 3D blob context that can be used with M3dblobSegment, allocated using M3dblobAlloc with M_SEGMENTATION_CONTEXT.
M_3DBLOB_SEGMENTATION_RESULTSpecifies an Aurora Imaging Library 3D blob result buffer for segmentation results, allocated using M3dblobAllocResult with M_SEGMENTATION_RESULT.
M_3DGEO_GEOMETRYSpecifies an Aurora Imaging Library 3D geometry object allocated using M3dgeoAlloc with M_GEOMETRY.
M_3DGEO_TRANSFORMATION_MATRIXSpecifies an Aurora Imaging Library 3D transformation matrix object allocated using M3dgeoAlloc with M_TRANSFORMATION_MATRIX.
M_3DIM_CALCULATE_MAP_SIZE_CONTEXTSpecifies an Aurora Imaging Library 3D image processing context that can be used with M3dimCalculateMapSize, allocated using M3dimAlloc with M_CALCULATE_MAP_SIZE_CONTEXT.
M_3DIM_FILL_GAPS_CONTEXTSpecifies an Aurora Imaging Library 3D image processing context that can be used with M3dimFillGaps, allocated using M3dimAlloc with M_FILL_GAPS_CONTEXT.
M_3DIM_FILTER_CONTEXTSpecifies an Aurora Imaging Library 3D image processing context that can be used with M3dimFilter, allocated using M3dimAlloc with M_FILTER_CONTEXT.
M_3DIM_FIND_TRANSFORMATION_RESULTSpecifies an Aurora Imaging Library 3D image processing result buffer for find transformation results, allocated using M3dimAllocResult with M_FIND_TRANSFORMATION_RESULT.
M_3DIM_LATTICE_CONTEXTSpecifies an Aurora Imaging Library 3D image processing context that can be used with M3dimLattice, allocated using M3dimAlloc with M_LATTICE_CONTEXT.
M_3DIM_LATTICE_RESULTSpecifies an Aurora Imaging Library 3D image processing result buffer for lattice results, allocated using M3dimAllocResult with M_LATTICE_RESULT.
M_3DIM_MESH_CONTEXTSpecifies an Aurora Imaging Library 3D image processing context that can be used with M3dimMesh, allocated using M3dimAlloc with M_MESH_CONTEXT.
M_3DIM_NORMALS_CONTEXTSpecifies an Aurora Imaging Library 3D image processing context that can be used with M3dimNormals, allocated using M3dimAlloc with M_NORMALS_CONTEXT.
M_3DIM_OUTLIERS_CONTEXTSpecifies an Aurora Imaging Library 3D image processing context that can be used with M3dimOutliers, allocated using M3dimAlloc with M_OUTLIERS_CONTEXT.
M_3DIM_PROFILE_CONTEXTSpecifies an Aurora Imaging Library 3D image processing context that can be used with M3dimProfileEx, allocated using M3dimAlloc with M_PROFILE_CONTEXT.
M_3DIM_PROFILE_RESULTSpecifies an Aurora Imaging Library 3D image processing result buffer for profile results, allocated using M3dimAllocResult with M_PROFILE_RESULT.
M_3DIM_PROJECT_CONTEXTSpecifies an Aurora Imaging Library 3D image processing context that can be used with M3dimProjectEx, allocated using M3dimAlloc with M_PROJECT_CONTEXT.
M_3DIM_REMAP_CONTEXTSpecifies an Aurora Imaging Library 3D image processing context that can be used with M3dimRemapDepthMap, allocated using M3dimAlloc with M_REMAP_CONTEXT.
M_3DIM_STATISTICS_CONTEXTSpecifies an Aurora Imaging Library 3D image processing context that can be used with M3dimStat, allocated using M3dimAlloc with M_STATISTICS_CONTEXT.
M_3DIM_STATISTICS_RESULTSpecifies an Aurora Imaging Library 3D image processing result buffer used to store M3dimStat results, and is allocated using M3dimAllocResult with M_STATISTICS_RESULT.
M_3DIM_STITCH_CONTEXTSpecifies an Aurora Imaging Library 3D image processing context that can be used with M3dimMerge, allocated using M3dimAlloc with M_STITCH_CONTEXT.
M_3DIM_SUBSAMPLE_CONTEXTSpecifies an Aurora Imaging Library 3D image processing context that can be used with M3dimSample, allocated using M3dimAlloc with M_SUBSAMPLE_CONTEXT.
M_3DIM_SURFACE_SAMPLE_CONTEXTSpecifies an Aurora Imaging Library 3D image processing context that can be used with M3dimSample, allocated using M3dimAlloc with M_SURFACE_SAMPLE_CONTEXT.
M_3DMAP_ALIGN_CONTEXTSpecifies an Aurora Imaging Library 3D align context allocated using M3dmapAlloc with M_ALIGN_CONTEXT.
M_3DMAP_ALIGN_RESULTSpecifies an Aurora Imaging Library 3D align result buffer allocated using M3dmapAllocResult with M_ALIGN_RESULT.
M_3DMAP_DEPTH_CORRECTED_DATASpecifies an Aurora Imaging Library 3D reconstruction result buffer allocated using M3dmapAllocResult with M_DEPTH_CORRECTED_DATA.
M_3DMAP_DRAW_3D_CONTEXTSpecifies an Aurora Imaging Library 3D draw context allocated using M3dmapAlloc with M_DRAW_3D_CONTEXT.
M_3DMAP_LASER_CALIBRATION_DATASpecifies an Aurora Imaging Library 3D reconstruction result buffer allocated using M3dmapAllocResult with M_LASER_CALIBRATION_DATA.
M_3DMAP_LASER_CONTEXTSpecifies an Aurora Imaging Library 3D reconstruction context allocated using M3dmapAlloc with M_LASER.
M_3DMAP_POINT_CLOUD_RESULTSpecifies an Aurora Imaging Library 3D reconstruction result buffer allocated using M3dmapAllocResult with M_POINT_CLOUD_RESULT.
M_3DMEAS_DRAW_3D_PATH_CONTEXTSpecifies an Aurora Imaging Library draw path 3D measurement context allocated using M3dmeasAlloc with M_DRAW_3D_PATH_CONTEXT.
M_3DMEAS_DRAW_3D_PROFILE_CONTEXTSpecifies an Aurora Imaging Library draw profile 3D measurement context allocated using M3dmeasAlloc with M_DRAW_3D_PROFILE_CONTEXT.
M_3DMEAS_DRAW_3D_TEMPLATE_CONTEXTSpecifies an Aurora Imaging Library draw template 3D measurement context allocated using M3dmeasAlloc with M_DRAW_3D_TEMPLATE_CONTEXT.
M_3DMEAS_FIND_MARKER_PATH_CONTEXTSpecifies an Aurora Imaging Library path 3D measurement context allocated using M3dmeasAlloc with M_FIND_MARKER_PATH_CONTEXT.
M_3DMEAS_FIND_MARKER_PATH_RESULTSpecifies an Aurora Imaging Library path 3D measurement result allocated using M3dmeasAllocResult with M_FIND_MARKER_PATH_RESULT.
M_3DMEAS_FIND_MARKER_PROFILE_CONTEXTSpecifies an Aurora Imaging Library profile 3D measurement context allocated using M3dmeasAlloc with M_FIND_MARKER_PROFILE_CONTEXT.
M_3DMEAS_FIND_MARKER_PROFILE_RESULTSpecifies an Aurora Imaging Library profile 3D measurement result allocated using M3dmeasAllocResult with M_FIND_MARKER_PROFILE_RESULT.
M_3DMEAS_FIND_MARKER_TEMPLATE_CONTEXTSpecifies an Aurora Imaging Library template 3D measurement context allocated using M3dmeasAlloc with M_FIND_MARKER_TEMPLATE_CONTEXT.
M_3DMEAS_FIND_MARKER_TEMPLATE_RESULTSpecifies an Aurora Imaging Library template 3D measurement result allocated using M3dmeasAllocResult with M_FIND_MARKER_TEMPLATE_RESULT.
M_3DMEAS_FIT_CONTEXTSpecifies an Aurora Imaging Library fit 3D measurement context allocated using M3dmeasAlloc with M_FIT_CONTEXT.
M_3DMET_CALCULATE_RESULTSpecifies an Aurora Imaging Library calculate 3D metrology result buffer allocated using M3dmetAllocResult with M_CALCULATE_RESULT.
M_3DMET_DISTANCE_CONTEXTSpecifies an Aurora Imaging Library distance 3D metrology context allocated using M3dmetAlloc with M_DISTANCE_CONTEXT.
M_3DMET_DRAW_3D_CONTEXTSpecifies an Aurora Imaging Library draw 3D metrology context allocated using M3dmetAlloc with M_DRAW_3D_CONTEXT.
M_3DMET_FIT_CONTEXTSpecifies an Aurora Imaging Library fit 3D metrology context allocated using M3dmetAlloc with M_FIT_CONTEXT.
M_3DMET_FIT_RESULTSpecifies an Aurora Imaging Library fit 3D metrology result buffer allocated using M3dmetAllocResult with M_FIT_RESULT.
M_3DMET_STATISTICS_CONTEXTSpecifies an Aurora Imaging Library statistics 3D metrology context allocated using M3dmetAlloc with M_STATISTICS_CONTEXT.
M_3DMET_STATISTICS_RESULTSpecifies an Aurora Imaging Library statistics 3D metrology result buffer allocated using M3dmetAllocResult with M_STATISTICS_RESULT.
M_3DMET_VOLUME_CONTEXTSpecifies an Aurora Imaging Library calculate volume 3D metrology context allocated using M3dmetAlloc with M_VOLUME_CONTEXT.
M_3DMOD_DRAW_3D_CONTEXTSpecifies an Aurora Imaging Library draw 3D model finder context that can be allocated using M3dmodAlloc with M_DRAW_3D_GEOMETRIC_CONTEXT (to draw occurrences of geometric models).
M_3DMOD_DRAW_3D_SURFACE_CONTEXTSpecifies an Aurora Imaging Library draw 3D model finder context that can be allocated using M3dmodAlloc with M_DRAW_3D_SURFACE_CONTEXT (to draw occurrences of surface models).
M_3DMOD_FIND_BOX_CONTEXTSpecifies an Aurora Imaging Library box 3D model finder context that can be allocated using M3dmodAlloc with M_FIND_BOX_CONTEXT.
M_3DMOD_FIND_BOX_RESULTSpecifies an Aurora Imaging Library box 3D model finder result buffer allocated using M3dmodAllocResult with M_FIND_BOX_RESULT.
M_3DMOD_FIND_CYLINDER_CONTEXTSpecifies an Aurora Imaging Library cylinder 3D model finder context that can be allocated using M3dmodAlloc with M_FIND_CYLINDER_CONTEXT.
M_3DMOD_FIND_CYLINDER_RESULTSpecifies an Aurora Imaging Library cylinder 3D model finder result buffer allocated using M3dmodAllocResult with M_FIND_CYLINDER_RESULT.
M_3DMOD_FIND_PLANAR_SURFACE_CONTEXTSpecifies an Aurora Imaging Library planar surface 3D model finder context that can be allocated using M3dmodAlloc with M_FIND_PLANAR_SURFACE_CONTEXT.
M_3DMOD_FIND_PLANAR_SURFACE_RESULTSpecifies an Aurora Imaging Library planar surface 3D model finder result buffer allocated using M3dmodAllocResult with M_FIND_PLANAR_SURFACE_RESULT.
M_3DMOD_FIND_RECTANGULAR_PLANE_CONTEXTSpecifies an Aurora Imaging Library rectangular plane 3D model finder context that can be allocated using M3dmodAlloc with M_FIND_RECTANGULAR_PLANE_CONTEXT.
M_3DMOD_FIND_RECTANGULAR_PLANE_RESULTSpecifies an Aurora Imaging Library rectangular plane 3D model finder result buffer allocated using M3dmodAllocResult with M_FIND_RECTANGULAR_PLANE_RESULT.
M_3DMOD_FIND_SPHERE_CONTEXTSpecifies an Aurora Imaging Library sphere 3D model finder context that can be allocated using M3dmodAlloc with M_FIND_SPHERE_CONTEXT.
M_3DMOD_FIND_SPHERE_RESULTSpecifies an Aurora Imaging Library sphere 3D model finder result buffer allocated using M3dmodAllocResult with M_FIND_SPHERE_RESULT.
M_3DMOD_FIND_SURFACE_CONTEXTSpecifies an Aurora Imaging Library surface 3D model finder context that can be allocated using M3dmodAlloc with M_FIND_SURFACE_CONTEXT.
M_3DMOD_FIND_SURFACE_RESULTSpecifies an Aurora Imaging Library surface 3D model finder result buffer allocated using M3dmodAllocResult with M_FIND_SURFACE_RESULT.
M_3DREG_DRAW_3D_CONTEXTSpecifies an Aurora Imaging Library draw 3D registration context that can be used with M3dregDraw3d, allocated using M3dregAlloc with M_DRAW_3D_CONTEXT.
M_3DREG_PAIRWISE_REGISTRATION_CONTEXTSpecifies an Aurora Imaging Library pairwise 3D registration context allocated using M3dregAlloc with M_PAIRWISE_REGISTRATION_CONTEXT.
M_3DREG_PAIRWISE_REGISTRATION_RESULTSpecifies an Aurora Imaging Library pairwise 3D registration result buffer allocated using M3dregAllocResult with M_PAIRWISE_REGISTRATION_RESULT.
M_AGM_EDGE_BASED_FIND_CONTEXTSpecifies an Aurora Imaging Library Advanced Geometric Matching context allocated using MagmAlloc with M_GLOBAL_EDGE_BASED_FIND.
M_AGM_EDGE_BASED_FIND_RESULTSpecifies an Aurora Imaging Library Advanced Geometric Matching result buffer allocated using MagmAllocResult with M_GLOBAL_EDGE_BASED_FIND_RESULT.
M_AGM_EDGE_BASED_TRAIN_CONTEXTSpecifies an Aurora Imaging Library Advanced Geometric Matching context allocated using MagmAlloc with M_GLOBAL_EDGE_BASED_TRAIN.
M_AGM_EDGE_BASED_TRAIN_RESULTSpecifies an Aurora Imaging Library Advanced Geometric Matching result buffer allocated using MagmAllocResult with M_GLOBAL_EDGE_BASED_TRAIN_RESULT.
M_BEAD_CONTEXTSpecifies an Aurora Imaging Library bead context allocated using MbeadAlloc.
M_BEAD_RESULTSpecifies an Aurora Imaging Library bead result buffer allocated using MbeadAllocResult.
M_BLOB_CONTEXTSpecifies an Aurora Imaging Library blob analysis context allocated using MblobAlloc.
M_BLOB_RESULTSpecifies an Aurora Imaging Library blob analysis result buffer allocated using MblobAllocResult.
M_CAL_CALCULATE_HAND_EYE_CONTEXTSpecifies an Aurora Imaging Library calculate hand-eye context (hand-eye calibration) allocated using McalAlloc with M_CALCULATE_HAND_EYE_CONTEXT.
M_CAL_CALCULATE_HAND_EYE_RESULTSpecifies an Aurora Imaging Library calculate hand-eye result buffer allocated using McalAllocResult with M_CALCULATE_HAND_EYE_RESULT.
M_CAL_CONTEXTSpecifies an Aurora Imaging Library camera calibration context allocated using McalAlloc.
M_CAL_DRAW_3D_CONTEXTSpecifies an Aurora Imaging Library 3D draw calibration context allocated using McalAllocwith M_DRAW_3D_CONTEXT.
M_CAL_FIXTURING_OFFSETSpecifies an Aurora Imaging Library fixturing offset object allocated using McalAlloc with M_FIXTURING_OFFSET.
M_CLASS_CLASSIFIER_ANO_PREDEFINED_CONTEXTSpecifies an Aurora Imaging Library predefined anomaly detection classifier context, allocated using MclassAlloc with M_CLASSIFIER_ANO_PREDEFINED.
M_CLASS_CLASSIFIER_CNN_PREDEFINED_CONTEXTSpecifies an Aurora Imaging Library predefined CNN classifier context, allocated using MclassAlloc with M_CLASSIFIER_CNN_PREDEFINED.
M_CLASS_CLASSIFIER_DET_PREDEFINED_CONTEXTSpecifies an Aurora Imaging Library predefined object detection classifier context, allocated using MclassAlloc with M_CLASSIFIER_DET_PREDEFINED.
M_CLASS_CLASSIFIER_ONNX_CONTEXTSpecifies an Aurora Imaging Library ONNX classifier context, allocated using MclassAlloc with M_CLASSIFIER_ONNX.
M_CLASS_CLASSIFIER_SEG_PREDEFINED_CONTEXTSpecifies an Aurora Imaging Library predefined segmentation classifier context, allocated using MclassAlloc with M_CLASSIFIER_SEG_PREDEFINED.
M_CLASS_CLASSIFIER_TREE_ENSEMBLE_CONTEXTSpecifies an Aurora Imaging Library tree ensemble classifier context, allocated using MclassAlloc with M_CLASSIFIER_TREE_ENSEMBLE.
M_CLASS_DATASET_FEATURESSpecifies an Aurora Imaging Library features dataset context, allocated using MclassAlloc with M_DATASET_FEATURES.
M_CLASS_DATASET_IMAGESSpecifies an Aurora Imaging Library images dataset context, allocated using MclassAlloc with M_DATASET_IMAGES.
M_CLASS_PREDICT_ANO_RESULTSpecifies an Aurora Imaging Library anomaly detection prediction result buffer, allocated usingMclassAllocResult with M_PREDICT_ANO_RESULT.
M_CLASS_PREDICT_CNN_RESULTSpecifies an Aurora Imaging Library CNN prediction result buffer, allocated usingMclassAllocResult with M_PREDICT_CNN_RESULT.
M_CLASS_PREDICT_DET_RESULTSpecifies an Aurora Imaging Library object detection prediction result buffer, allocated usingMclassAllocResult with M_PREDICT_DET_RESULT.
M_CLASS_PREDICT_ONNX_RESULTSpecifies an ONNX prediction result buffer, allocated usingMclassAllocResult with M_PREDICT_ONNX_RESULT.
M_CLASS_PREDICT_SEG_RESULTSpecifies an Aurora Imaging Library segmentation prediction result buffer, allocated usingMclassAllocResult with M_PREDICT_SEG_RESULT.
M_CLASS_PREDICT_TREE_ENSEMBLE_RESULTSpecifies an Aurora Imaging Library tree ensemble prediction result buffer, allocated usingMclassAllocResult with M_PREDICT_TREE_ENSEMBLE_RESULT.
M_CLASS_PREPARE_IMAGES_CNNSpecifies an Aurora Imaging Library CNN data preparation context, allocated using MclassAlloc with M_PREPARE_IMAGES_CNN.
M_CLASS_PREPARE_IMAGES_DETSpecifies an Aurora Imaging Library object detection data preparation context, allocated using MclassAlloc with M_PREPARE_IMAGES_DET.
M_CLASS_PREPARE_IMAGES_SEGSpecifies an Aurora Imaging Library segmentation data preparation context, allocated using MclassAlloc with M_PREPARE_IMAGES_SEG.
M_CLASS_STAT_ANO_CONTEXTSpecifies an Aurora Imaging Library statistics classification context for anomaly detection, allocated using MclassAlloc with M_STAT_ANO.
M_CLASS_STAT_ANO_RESULTSpecifies an Aurora Imaging Library statistics classification result buffer for anomaly detection, allocated using MclassAllocResult with M_STAT_ANO_RESULT.
M_CLASS_STAT_CNN_CONTEXTSpecifies an Aurora Imaging Library statistics classification context for image classification, allocated using MclassAlloc with M_STAT_CNN.
M_CLASS_STAT_CNN_RESULTSpecifies an Aurora Imaging Library statistics classification result buffer for image classification, allocated using MclassAllocResult with M_STAT_CNN_RESULT.
M_CLASS_STAT_DET_CONTEXTSpecifies an Aurora Imaging Library statistics classification context for object detection, allocated using MclassAlloc with M_STAT_DET.
M_CLASS_STAT_DET_RESULTSpecifies an Aurora Imaging Library statistics classification result buffer for object detection, allocated using MclassAllocResult with M_STAT_DET_RESULT.
M_CLASS_STAT_SEG_CONTEXTSpecifies an Aurora Imaging Library statistics classification context for segmentation, allocated using MclassAlloc with M_STAT_SEG.
M_CLASS_STAT_SEG_RESULTSpecifies an Aurora Imaging Library statistics classification result buffer for segmentation, allocated using MclassAllocResult with M_STAT_SEG_RESULT.
M_CLASS_STAT_TREE_ENSEMBLE_CONTEXTSpecifies an Aurora Imaging Library statistics classification context for feature classification, allocated using MclassAlloc with M_STAT_TREE_ENSEMBLE.
M_CLASS_STAT_TREE_ENSEMBLE_RESULTSpecifies an Aurora Imaging Library statistics classification result buffer for feature classification, allocated using MclassAllocResult with M_STAT_TREE_ENSEMBLE_RESULT.
M_CLASS_TRAIN_ANO_CONTEXTSpecifies an Aurora Imaging Library anomaly detection training context, allocated using MclassAlloc with M_TRAIN_ANO.
M_CLASS_TRAIN_ANO_RESULTSpecifies an Aurora Imaging Library anomaly detection training result buffer, allocated using MclassAllocResult with M_TRAIN_ANO_RESULT.
M_CLASS_TRAIN_CNN_CONTEXTSpecifies an Aurora Imaging Library CNN training context, allocated using MclassAlloc with M_TRAIN_CNN.
M_CLASS_TRAIN_CNN_RESULTSpecifies an Aurora Imaging Library CNN training result buffer, allocated using MclassAllocResult with M_TRAIN_CNN_RESULT.
M_CLASS_TRAIN_DET_CONTEXTSpecifies an Aurora Imaging Library object detection training context, allocated using MclassAlloc with M_TRAIN_DET.
M_CLASS_TRAIN_DET_RESULTSpecifies an Aurora Imaging Library object detection training result buffer, allocated using MclassAllocResult with M_TRAIN_DET_RESULT.
M_CLASS_TRAIN_SEG_CONTEXTSpecifies an Aurora Imaging Library segmentation training context, allocated using MclassAlloc with M_TRAIN_SEG.
M_CLASS_TRAIN_SEG_RESULTSpecifies an Aurora Imaging Library segmentation training result buffer, allocated using MclassAllocResult with M_TRAIN_CNN_RESULT.
M_CLASS_TRAIN_TREE_ENSEMBLE_CONTEXTSpecifies an Aurora Imaging Library tree ensemble training context, allocated using MclassAlloc with M_TRAIN_TREE_ENSEMBLE.
M_CLASS_TRAIN_TREE_ENSEMBLE_RESULTSpecifies an Aurora Imaging Library tree ensemble training result buffer, allocated using MclassAllocResult with M_TRAIN_TREE_ENSEMBLE_RESULT.
M_CODE_CONTEXTSpecifies an Aurora Imaging Library code context allocated using McolAlloc.
M_CODE_DETECT_RESULTSpecifies an Aurora Imaging Library code detect result buffer allocated using McodeAllocResult.
M_CODE_GRADE_RESULTSpecifies an Aurora Imaging Library code grade result buffer allocated using McodeAllocResult.
M_CODE_MODELSpecifies an Aurora Imaging Library code model allocated using McodeModel with M_ADD.
M_CODE_READ_RESULTSpecifies an Aurora Imaging Library code read result buffer allocated using McodeAllocResult.
M_CODE_TRAIN_RESULTSpecifies an Aurora Imaging Library code train result buffer allocated using McodeAllocResult.
M_CODE_WRITE_RESULTSpecifies an Aurora Imaging Library code write result buffer allocated using McodeAllocResult.
M_COL_MATCH_CONTEXTSpecifies an Aurora Imaging Library color analysis context (for matching) allocated using McolAlloc with M_COLOR_MATCHING.
M_COL_MATCH_RESULTSpecifies an Aurora Imaging Library color analysis result buffer (for matching) allocated using McolAllocResult with M_COLOR_MATCHING_RESULT.
M_COL_RELATIVE_CALIBRATION_CONTEXTSpecifies an Aurora Imaging Library relative color calibration context allocated using McolAlloc with M_COLOR_CALIBRATION_RELATIVE.
M_COM_CONTEXTSpecifies an Aurora Imaging Library industrial communication context allocated using McomAlloc.
M_DLOCR_DATASETSpecifies an Aurora Imaging Library Deep Learning OCR dataset allocated using MdlocrAllocDataset.
M_DLOCR_FINETUNE_CONTEXTSpecifies an Aurora Imaging Library Deep Learning OCR fine-tuning context allocated using MdlocrAlloc.
M_DLOCR_FINETUNE_RESULTSpecifies an Aurora Imaging Library Deep Learning OCR fine-tuning result buffer allocated using MdlocrAllocResult.
M_DLOCR_READ_CONTEXTSpecifies an Aurora Imaging Library Deep Learning OCR read context allocated using MdlocrAlloc.
M_DLOCR_READ_RESULTSpecifies an Aurora Imaging Library Deep Learning OCR read result buffer allocated using MdlocrAllocResult.
M_DMR_CONTEXTSpecifies an Aurora Imaging Library SureDotOCR context allocated using MdmrAlloc.
M_DMR_RESULTSpecifies an Aurora Imaging Library SureDotOCR result buffer allocated using MdmrAllocResult.
M_EDGE_CONTOURSpecifies an Aurora Imaging Library edge contour context allocated using MedgeAlloc with M_CONTOUR.
M_EDGE_CRESTSpecifies an Aurora Imaging Library edge crest context allocated using MedgeAlloc with M_CREST.
M_EDGE_RESULTSpecifies an Aurora Imaging Library edge result buffer allocated using MedgeAllocResult.
M_MEAS_CONTEXTSpecifies an Aurora Imaging Library measurement context allocated using MmeasAllocContext.
M_MEAS_MARKERSpecifies an Aurora Imaging Library measurement marker allocated using MmeasAllocMarker.
M_MEAS_RESULTSpecifies an Aurora Imaging Library measurement result buffer allocated using MmeasAllocResult.
M_MET_CONTEXTSpecifies an Aurora Imaging Library metrology context allocated using MmetAlloc with M_CONTEXT.
M_MET_DERIVED_GEOMETRY_REGIONSpecifies an Aurora Imaging Library metrology derived geometry region object allocated using MmetAlloc with M_DERIVED_GEOMETRY_REGION.
M_MET_RESULTSpecifies an Aurora Imaging Library metrology result buffer allocated using MmetAllocResult.
M_MOD_GEOMETRICSpecifies an Aurora Imaging Library Model Finder context allocated using MmodAlloc with M_GEOMETRIC.
M_MOD_GEOMETRIC_CONTROLLEDSpecifies an Aurora Imaging Library Model Finder context allocated using MmodAlloc with M_GEOMETRIC_CONTROLLED.
M_MOD_RESULTSpecifies an Aurora Imaging Library Model Finder result buffer allocated using MmodAllocResult with M_DEFAULT.
M_MOD_SHAPE_CIRCLE_CONTEXTSpecifies an Aurora Imaging Library Model Finder context allocated using MmodAlloc with M_SHAPE_CIRCLE.
M_MOD_SHAPE_ELLIPSE_CONTEXTSpecifies an Aurora Imaging Library Model Finder context allocated using MmodAlloc with M_SHAPE_ELLIPSE.
M_MOD_SHAPE_RECTANGLE_CONTEXTSpecifies an Aurora Imaging Library Model Finder context allocated using MmodAlloc with M_SHAPE_RECTANGLE.
M_MOD_SHAPE_RESULTSpecifies an Aurora Imaging Library Model Finder result buffer allocated using MmodAllocResult with M_SHAPE_....
M_MOD_SHAPE_SEGMENT_CONTEXTSpecifies an Aurora Imaging Library Model Finder context allocated using MmodAlloc with M_SHAPE_SEGMENT.
M_MUTEXSpecifies an Aurora Imaging Library mutex allocated using MthrAlloc with M_MUTEX.
M_OCR_FONTSpecifies an Aurora Imaging Library character recognition font context allocated using MocrAllocFont.
M_OCR_RESULTSpecifies an Aurora Imaging Library character recognition result buffer allocated using MocrAllocResult.
M_PAT_CONTEXTSpecifies an Aurora Imaging Library pattern matching context allocated using MpatAlloc.
M_PAT_RESULTSpecifies an Aurora Imaging Library pattern matching result buffer allocated using MpatAllocResult.
M_REG_DFF_CONTEXTSpecifies an Aurora Imaging Library registration context allocated using MregAlloc with M_DEPTH_FROM_FOCUS.
M_REG_DFF_RESULTSpecifies an Aurora Imaging Library registration result buffer allocated using MregAllocResult with M_DEPTH_FROM_FOCUS_RESULT.
M_REG_EDOF_CONTEXTSpecifies an Aurora Imaging Library registration context allocated using MregAlloc with M_EXTENDED_DEPTH_OF_FIELD.
M_REG_EDOF_RESULTSpecifies an Aurora Imaging Library registration result buffer allocated using MregAllocResult with M_EXTENDED_DEPTH_OF_FIELD_RESULT.
M_REG_HDR_CONTEXTSpecifies an Aurora Imaging Library registration context allocated using MregAlloc with M_HIGH_DYNAMIC_RANGE.
M_REG_HDR_RESULTSpecifies an Aurora Imaging Library registration result buffer allocated using MregAllocResult with M_HIGH_DYNAMIC_RANGE_RESULT.
M_REG_PHOTOMETRIC_STEREO_CONTEXTSpecifies an Aurora Imaging Library registration context allocated using MregAlloc with M_PHOTOMETRIC_STEREO.
M_REG_PHOTOMETRIC_STEREO_RESULTSpecifies an Aurora Imaging Library registration result buffer allocated using MregAllocResult with M_PHOTOMETRIC_STEREO_RESULT.
M_REG_STITCHING_CONTEXTSpecifies an Aurora Imaging Library registration context allocated using MregAlloc with M_STITCHING.
M_REG_STITCHING_RESULTSpecifies an Aurora Imaging Library registration result buffer allocated using MregAllocResult with M_STITCHING_RESULT.
M_SELECTABLE_THREADSpecifies an Aurora Imaging Library selectable thread allocated using MthrAlloc with M_SELECTABLE_THREAD.
M_STR_CONTEXTSpecifies an Aurora Imaging Library string context allocated using MstrAlloc.
M_STR_RESULTSpecifies an Aurora Imaging Library string result buffer allocated using MstrAllocResult.
M_SYSTEM_THREADSpecifies an Aurora Imaging Library thread allocated using MthrAlloc with M_THREAD.
M_THREADSpecifies an Aurora Imaging Library thread context object allocated using MthrAlloc with M_THREAD.
M_USER_OBJECT_1Specifies an Aurora Imaging Library object from group one of the user-defined object types allocated using MfuncAllocId with M_USER_OBJECT_1.
M_USER_OBJECT_2Specifies an Aurora Imaging Library object from group two of the user-defined object types allocated using MfuncAllocId with M_USER_OBJECT_2.
M_DEFAULTSpecifies to count all object types in the Distributed Aurora Imaging Library publishing application.

M_DAIL_PUBLISHED_NAME

Inquires the object's identifier from the object's name.

ValueDescription
"ObjectName"Specifies the name of the object.

Combination Constants — For distinguishing between the different object types

Essential.

Usage: You must add one of the following values to the above-mentioned values to set the offset.

The offset allows you to distinguish between the different object types of the same group (for example, M_USER_OBJECT_1 + 0x0001).

ValueDescription
ValueSpecifies the offset within the selected object type group. The value must have only one of its 16 least significant bits set.

Return Value

Type: AIL_INT

The returned value is the requested information, cast to an AIL_INT. If the requested information does not fit into an AIL_INT, this function will return M_NULLor truncate the information.

Copyright © 2026 Zebra Technologies.