void (__cdecl * apply_prop)(PSI_CONTROL pc, PSI_CONTROL frame); #define OnPropertyEditOkay(name) \ DefineRegistryMethodP(PSI_PRELOAD_PRIORITY,PSI_ROOT_REGISTRY,PropertyEditOkayControl,WIDE("control"),name WIDE("/rtti"),WIDE("read_property_page"),void,(PSI_CONTROL,PSI_CONTROL))
on okay - read your information for ( your control, from the frame )
Registers under
/psi/control/<name>/rtti/read_property_page=(PSI_CONTROL,PSI_CONTROL)@void@_@read_property_page
static void OnPropertyEditOkay(name)( PSI_CONTROL control, PSI_CONTROL property_sheet ) { // read controls on property sheet and update control properties. }
Copyright (c) 2000+. All rights reserved.
|
What do you think about this topic? Send feedback!
|