Home
last modified time | relevance | path

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

/reactos/dll/win32/mshtml/
H A Ddispex.c710 static const WCHAR func_prefixW[] = in function_value() local
720 …ptr = str = SysAllocStringLen(NULL, name_len + (sizeof(func_prefixW)+sizeof(func_suffixW))/sizeof(… in function_value()
724 memcpy(ptr, func_prefixW, sizeof(func_prefixW)); in function_value()
725 ptr += sizeof(func_prefixW)/sizeof(WCHAR); in function_value()