![]() |
MKI_DialogHandleCheckInvert (Dialogs) New in Version 2023.1 |
www.CAD6.com |
C++ Syntaxvoid MKI_DialogHandleCheckInvert( HWND f_hWindow, __int32 f_nCtlID, bool& f_rfValue );
void MKI_DialogHandleCheckInvert( HWND f_hWindow, __int32 f_nCtlID, __int32& f_rnValue, __int32 f_nBitMask );
This procedure handles the inverting of a check box control, i.e. assigns the correct value to the reference value and toggles the corresponding check box's state.
Parametersf_hWindow [HWND] Handle of the dialog window that contains the check box control. f_nCtlID [__int32] Identification number of the check box control. f_rfValue [bool&] Reference of a value that will be inverted. f_rnValue [__int32&] Reference of a value in which the given bit mask f_nBitMask will be inverted. f_nBitMask [__int32] Bit mask that will be inverted in f_rnValue. Usually, only one bit will be set in this mask.
|
CAD6interface 2025.0 - Copyright 2025 Malz++Kassner® GmbH