Home
last modified time | relevance | path

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

/reactos/sdk/lib/rtl/
H A Dactctx.c453 WCHAR *helpdir; member
1023 RtlFreeHeap(GetProcessHeap(), 0, entity->u.typelib.helpdir); in free_entity_array()
2006 if (!(entity->u.typelib.helpdir = xmlstrdupW(&attr.value))) set_error( xmlbuf ); in parse_typelib_elem()
4000 if (*entity->u.typelib.helpdir) in build_tlib_section()
4001 … total_len += aligned_string_len((wcslen(entity->u.typelib.helpdir)+1)*sizeof(WCHAR)); in build_tlib_section()
4043 if (*entity->u.typelib.helpdir) in build_tlib_section()
4044 help_len = wcslen(entity->u.typelib.helpdir)*sizeof(WCHAR); in build_tlib_section()
4085 memcpy(ptrW, entity->u.typelib.helpdir, data->help_len); in build_tlib_section()