Searched refs:lpszClsVersion (Results 1 – 2 of 2) sorted by relevance
274 LPCWSTR lpszClsVersion; in GetClassInfoExA() local301 if (lpszClsVersion) in GetClassInfoExA()303 RtlInitUnicodeString(&ClassName, lpszClsVersion); in GetClassInfoExA()384 LPCWSTR lpszClsVersion; in GetClassInfoExW() local414 if (lpszClsVersion) in GetClassInfoExW()1275 LPCWSTR lpszClsVersion; in RegisterClassExWOWW() local1341 if (lpszClsVersion) in RegisterClassExWOWW()1743 LPCWSTR lpszClsVersion; in UnregisterClassA() local1752 if (lpszClsVersion) in UnregisterClassA()1788 LPCWSTR lpszClsVersion; in UnregisterClassW() local[all …]
177 LPCWSTR lpszClsVersion; in User32CreateWindowEx() local277 lpszClsVersion = ClassNameToVersion(lpClassName, NULL, &lpLibFileName, &pCtx, !Unicode); in User32CreateWindowEx()278 if (!lpszClsVersion) in User32CreateWindowEx()284 RtlInitUnicodeString(&ClassVersion, lpszClsVersion); in User32CreateWindowEx()