Lines Matching refs:aCtrlClass
397 CTRL_CLASS aCtrlClass = GetCtrlClass( hwndCtrl ); in setValue() local
398 if ( UNKNOWN == aCtrlClass ) in setValue()
405 GetCtrlSetValueFunction( aCtrlClass, aControlAction ); in setValue()
439 CTRL_CLASS aCtrlClass = GetCtrlClass( hwndCtrl ); in getValue() local
440 if ( UNKNOWN == aCtrlClass ) in getValue()
447 GetCtrlGetValueFunction( aCtrlClass, aControlAction ); in getValue()
595 CTRL_CLASS aCtrlClass = GetCtrlClass( hwndControl ); in cacheControlState() local
600 if ( CHECKBOX == aCtrlClass ) in cacheControlState()
604 lpfnGetValue = GetCtrlGetValueFunction( aCtrlClass, aControlAction ); in cacheControlState()
619 else if ( LISTBOX == aCtrlClass ) in cacheControlState()
627 lpfnGetValue = GetCtrlGetValueFunction( aCtrlClass, aControlAction ); in cacheControlState()
636 lpfnGetValue = GetCtrlGetValueFunction( aCtrlClass, aControlAction ); in cacheControlState()
662 CTRL_CLASS aCtrlClass = GetCtrlClass( hwndControl ); in IsListboxControl() local
663 return ( LISTBOX == aCtrlClass ); in IsListboxControl()