MKI_DialogHandleCheckClear (Dialogs) New in Version 2023.1

www.CAD6.com

C++ Syntax

void

MKI_DialogHandleCheckClear(

 HWND f_hWindow,

 __int32 f_nCtlID,

 bool& f_rfValue );

 

void

MKI_DialogHandleCheckClear(

 HWND f_hWindow,

 __int32 f_nCtlID,

 __int32& f_rnValue,

 __int32 f_nBitMask );

 

This procedure handles the clearing of a check box control, i.e. assigns the correct value to the reference value and marks the corresponding check box as clear.

 

Parameters

f_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 cleared.

f_rnValue

[__int32&] Reference of a value in which the given bit mask f_nBitMask will be cleared.

f_nBitMask

[__int32] Bit mask that will be cleared in f_rnValue. Usually, only one bit will be set in this mask.

 

CAD6interface 2025.0 - Copyright 2025 Malz++Kassner® GmbH