MKI_DialogControlSetInt32 (Dialogs) New in Version 2017.0

www.CAD6.com

C++ Syntax

void

MKI_DialogControlSetInt32(

 HWND f_hWindow,

 __int32 f_nTextCtlID,

 const __int32 f_nValue );

 

Converts a signed integer value to a string and writes that string to an edit or text control in a dialog window.

 

Parameters

f_hWindow

[HWND] Handle of the dialog window that contains the controls.

f_nTextCtlID

[__int32] Identification number of the text or edit control to receive the double value.

f_nValue

[__int32] Signed integer value to be converted into a string and displayed in the control. If the value is MKI_INT32_NOVAL, the control will be cleared.

 

CAD6interface 2025.0 - Copyright 2025 Malz++Kassner® GmbH