MKI_ENUMOBJECT_PROC (Callback)

www.CAD6.com

C++ Syntax

typedef bool

(*MKI_ENUMOBJECT_PROC)(

 MKI_CONST_ENUMDEF_DATA_PTR f_pEnumData,

 void* f_pUserData );

 

This callback procedure is called once for each enumeration step after starting an enumeration by means of the MKI_EnumerateAll, MKI_EnumerateLibrary, MKI_EnumerateEntity or MKI_EnumerateBlock procedure.

 

Parameters

EnumData

[MKI_CONST_ENUMDEF_DATA_PTR] This structure contains information about the currently enumerated entity.

UserData

[void*] User data pointer as passed to enumeration function.

 

Return Value

Should return true to continue the enumeration or false to stop it.

 

CAD6interface 2025.1 - Copyright 2025 Malz++Kassner® GmbH