Home
last modified time | relevance | path

Searched refs:TypeW (Results 1 – 1 of 1) sorted by relevance

/reactos/dll/win32/kernel32/wine/
H A Dres.c1742 UNICODE_STRING TypeW; in UpdateResourceA() local
1745 TypeW.Buffer = ULongToPtr(LOWORD(lpType)); in UpdateResourceA()
1747 RtlCreateUnicodeStringFromAsciiz(&TypeW, lpType); in UpdateResourceA()
1752 ret = UpdateResourceW(hUpdate, TypeW.Buffer, NameW.Buffer, wLanguage, lpData, cbData); in UpdateResourceA()
1753 if(!IS_INTRESOURCE(lpType)) RtlFreeUnicodeString(&TypeW); in UpdateResourceA()