Home
last modified time | relevance | path

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

/reactos/sdk/lib/rtl/
H A Dactctx.c591 struct strsection_header *wndclass_section; member
1256 RtlFreeHeap( GetProcessHeap(), 0, actctx->wndclass_section ); in actctx_release()
3764 …return (struct string_index*)((BYTE*)actctx->wndclass_section + actctx->wndclass_section->index_of… in get_wndclass_first_index()
3769 return (struct wndclass_redirect_data*)((BYTE*)ctxt->wndclass_section + index->data_offset); in get_wndclass_data()
3921 if (!actctx->wndclass_section) in find_window_class()
3928 if (InterlockedCompareExchangePointer((void**)&actctx->wndclass_section, section, NULL)) in find_window_class()
3936 for (i = 0; i < actctx->wndclass_section->count; i++) in find_window_class()
3940 str.Buffer = (WCHAR *)((BYTE *)actctx->wndclass_section + iter->name_offset); in find_window_class()
3965 data->lpSectionBase = actctx->wndclass_section; in find_window_class()
3966 data->ulSectionTotalLength = RtlSizeHeap( GetProcessHeap(), 0, actctx->wndclass_section ); in find_window_class()