Sack Library Documentation
|
#define CAPTIONED_CONTROL_PROC_DEF( controltype, type, name, _args ) \ int CPROC Init##name( PSI_CONTROL pControl ); \ int CPROC Config##name( PSI_CONTROL pc ) { return Init##name(pc); } \ int CPROC Init##name( PSI_CONTROL pc )
This is macro sack::PSI::CAPTIONED_CONTROL_PROC_DEF.
Copyright (c) 2000+. All rights reserved.
|
What do you think about this topic? Send feedback!
|