|
MKI_DialogInitMultiCheck (Dialogs) New in Version 2024.0 |
www.CAD6.com |
C++ Syntaxvoid MKI_DialogInitMultiCheck( HWND f_hWindow, __int32 f_nCtlIDmin, __int32 f_nCtlIDmax, __int32 f_nValue );
This procedure initializes a sequence of check box controls based on the given value. Cannot handle sequences with more than 32 check boxes.
Parametersf_hWindow [HWND] Handle of the dialog window that contains the check box control. f_nCtlIDmin [__int32] Identification number of the first check box control in the sequence. Must not be larger than f_nCtlIDmax. f_nCtlIDmax [__int32] Identification number of the last check box control in the sequence. Must not be smaller than f_nCtlIDmin. f_nValue [__int32] The first check box is linked to the least significant bit of this value (bit 0), the second check box to the next bit (bit 1), and so on. If a bit is non-zero, the check box will be checked, otherwise not.
|
CAD6interface 2026.0 - Copyright 2026 Malz++Kassner® GmbH