1 This might not seem like that big a deal,
2 but IMHO its nice to have some standard way
3 of naming attrs an methods.
7 Currently method and attr offsets are constructed like
11 mo<interface>_<method name> (eg. moTimer_Start)
14 ao<interface>_<attrname> (eg. aoTimer_Elapsed)
16 or moHidd_GC_SetPixel and aoHidd_GC_FgPen
19 Class should be like this:
20 CLID_<system>_<class name> (eg. CLID_Hidd_Gfx )
22 And interface IDs like this.
23 IID_<system>_<interface name> (eg. IID_Hidd_Gfx )
25 Note that I'm here talking about
26 the name of a macro. The interface ID string
27 should be generated by some tool, and will not be