MKI_ENUMEXT_PROC (Callback) New in Version 6.31

www.CAD6.com

C++ Syntax

typedef bool

(*MKI_ENUMEXT_PROC)(

 MKI_ENTITY_EXT_PTR f_pExt,

 void* f_pEnumData,

 void* f_pUserData );

 

This callback procedure is called once for each enumeration step after starting an enumeration by means of the MKI_EnumerateExt procedure.

 

Parameters

f_pExt

[MKI_ENTITY_EXT_PTR] Address of the extended object that is currently being eunmerated. Even though this value is not declared as const, the object should not be altered directly!

f_pEnumData

[void*] Address of the enumeration data. The format of this data depends on the plug-in actually enumerating the extended object. Please contact that plug-in's manufacturer for detailed information.

f_pUserData

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

 

Return Value

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

 

CAD6interface 2026.0 - Copyright 2026 Malz++Kassner® GmbH