|
MKI_DialogControlSetInt64 (Dialogs) New in Version 2017.0 |
www.CAD6.com |
C++ Syntaxvoid MKI_DialogControlSetInt64( HWND f_hWindow, __int32 f_nTextCtlID, const __int64 f_nValue );
Converts a signed integer value to a string and writes that string to an edit or text control in a dialog window.
Parametersf_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 [__int64] Signed integer value to be converted into a string and displayed in the control. If the value is MKI_INT64_NOVAL, the control will be cleared.
|
CAD6interface 2026.0 - Copyright 2026 Malz++Kassner® GmbH