Searched refs:comserver_section (Results 1 – 1 of 1) sorted by relevance
595 struct guidsection_header *comserver_section; member1258 RtlFreeHeap( GetProcessHeap(), 0, actctx->comserver_section ); in actctx_release()4469 if (!actctx->comserver_section) in find_comserver_redirection()4476 if (InterlockedCompareExchangePointer((void**)&actctx->comserver_section, section, NULL)) in find_comserver_redirection()4480 index = find_guid_index(actctx->comserver_section, guid); in find_comserver_redirection()4490 …data->lpSectionGlobalData = (BYTE*)actctx->comserver_section + actctx->comserver_section->names_of… in find_comserver_redirection()4491 data->ulSectionGlobalDataLength = actctx->comserver_section->names_len; in find_comserver_redirection()4492 data->lpSectionBase = actctx->comserver_section; in find_comserver_redirection()4493 data->ulSectionTotalLength = RtlSizeHeap( GetProcessHeap(), 0, actctx->comserver_section ); in find_comserver_redirection()4961 guid_index = find_guid_index(actctx->comserver_section, &clsid); in add_progid_record()[all …]