Searched refs:lpwszClassName (Results 1 – 1 of 1) sorted by relevance
10 static ATOM _RegisterClass(LPCWSTR lpwszClassName, HINSTANCE hInstance, UINT style, WNDPROC lpfnWnd… in _RegisterClass() argument13 wcex.lpszClassName = lpwszClassName; in _RegisterClass()18 static ATOM _GetClassAtom(LPCWSTR lpwszClassName, HINSTANCE hInstance) in _GetClassAtom() argument21 return (ATOM)GetClassInfoExW(hInstance, lpwszClassName, &wcex); in _GetClassAtom()24 static WNDPROC _GetWndproc(LPCWSTR lpwszClassName, HINSTANCE hInstance) in _GetWndproc() argument27 BOOL ret = GetClassInfoExW(hInstance, lpwszClassName, &wcex); in _GetWndproc()