Searched refs:pRef (Results 1 – 2 of 2) sorted by relevance
/reactos/win32ss/user/user32/misc/ |
H A D | ddemisc.c | 2070 void WDML_RemoveConv(WDML_CONV* pRef, WDML_SIDE side) in WDML_RemoveConv() argument 2078 if (!pRef) in WDML_RemoveConv() 2085 WDML_FreeTransaction(pRef->instance, pXAct, TRUE); in WDML_RemoveConv() 2088 WDML_RemoveAllLinks(pRef->instance, pRef, side); in WDML_RemoveConv() 2097 hWnd = (side == WDML_CLIENT_SIDE) ? pRef->hwndClient : pRef->hwndServer; in WDML_RemoveConv() 2100 DestroyWindow((side == WDML_CLIENT_SIDE) ? pRef->hwndClient : pRef->hwndServer); in WDML_RemoveConv() 2102 WDML_DecHSZ(pRef->instance, pRef->hszService); in WDML_RemoveConv() 2103 WDML_DecHSZ(pRef->instance, pRef->hszTopic); in WDML_RemoveConv() 2107 if (pCurrent == pRef) in WDML_RemoveConv() 2109 if (pCurrent == pRef->instance->convs[side]) in WDML_RemoveConv() [all …]
|
/reactos/dll/win32/oleaut32/ |
H A D | typelib.c | 3983 static sltg_ref_lookup_t *SLTG_DoRefs(SLTG_RefInfo *pRef, ITypeLibImpl *pTL, in SLTG_DoRefs() argument 3992 if(pRef->magic != SLTG_REF_MAGIC) { in SLTG_DoRefs() 3993 FIXME("Ref magic = %x\n", pRef->magic); in SLTG_DoRefs() 3996 name = ( (char*)pRef->names + pRef->number); in SLTG_DoRefs() 3998 table = heap_alloc(sizeof(*table) + ((pRef->number >> 3) - 1) * sizeof(table->refs[0])); in SLTG_DoRefs() 3999 table->num = pRef->number >> 3; in SLTG_DoRefs() 4006 for(ref = 0; ref < pRef->number >> 3; ref++) { in SLTG_DoRefs()
|