MKI_ENUMEXT_DATA (Basic Classes) Changed in Version 2022.1

www.CAD6.com

C++ Syntax

class MKI_ENUMEXT_DATA

{

  public:

 

  __int64 m_nEnumResult;

 

  MKI_ENUMEXT_PROC m_pfnCallback;

  void* m_pUserData;

  __int32 m_nEnumMode;

 

  void

  Init( void ); New in Version 2022.1

 

};

 

This structure contains enumeration input data for an extended object's enumeration as passed on to MKI_EnumerateExt.

 

Element Description

EnumResult New in Version 2022.1

[__int64] Current enumeration warnings (see MKI_WARNING_*). You can set bits here to report problems to your calling procedure.

Callback

[MKI_ENUMEXT_PROC] Address of the callback procedure that shall be called for each enumeration step.

UserData

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

EnumMode

[__int32] Enumeration mode to be used. This mode depends on the plug-in actually enumerating the extended object. Please contact that plug-in's manufacturer for detailed information.

 

CAD6interface 2024.2 - Copyright 2024 Malz++Kassner® GmbH