Searched refs:aClsName (Results 1 – 1 of 1) sorted by relevance
45 TCHAR aClsName[256]; in CreateCustomControl() local46 ZeroMemory(aClsName,sizeof(aClsName)); in CreateCustomControl()47 if (GetClassName(aControlHandle,aClsName,sizeof(aClsName)) == 0) { in CreateCustomControl()51 if (0 == _tcsicmp(aClsName,TEXT("button"))) in CreateCustomControl()66 if (0 == _tcsicmp(aClsName,TEXT("listbox")) || 0 == _tcsicmp(aClsName,TEXT("combobox"))) in CreateCustomControl()69 if (0 == _tcsicmp(aClsName,TEXT("static"))) in CreateCustomControl()
Completed in 13 milliseconds