MKI_SubclassProc (Callback) Renamed in 2020.0 |
www.CAD6.com |
C++ Syntaxvoid MKI_SubclassProc( MKI_SUBCLASS_DATA_PTR f_pData );
typedef void (*MKI_SUBCLASS_PROC)( MKI_SUBCLASS_DATA_PTR f_pData );
This callback procedure is called either once each time the system wants a sub-classed window control to be painted (it will be called after the control itself has been painted, so only the additional image has to be painted in transparent mode) or if the user right-clicked a sub-classed window control.
Parametersf_pData [MKI_SUBCLASS_DATA_PTR] Address of the subclass information data structure.
CommentA dialog window control can be sub-classed using MKI_SUBCLASS_LIST.
The name MKI_SubclassProc is only a placeholder, the procedure may have any name.
|
CAD6interface 2024.2 - Copyright 2024 Malz++Kassner® GmbH