Searched refs:lpAssoc (Results 1 – 1 of 1) sorted by relevance
/reactos/dll/win32/shlwapi/ |
H A D | assoc.c | 372 IQueryAssociations* lpAssoc; in AssocQueryKeyW() local 381 hRet = IQueryAssociations_Init(lpAssoc, cfFlags, pszAssoc, NULL, NULL); in AssocQueryKeyW() 386 IQueryAssociations_Release(lpAssoc); in AssocQueryKeyW() 440 IQueryAssociations* lpAssoc; in AssocQueryStringW() local 451 hRet = IQueryAssociations_Init(lpAssoc, cfFlags & SHLWAPI_DEF_ASSOCF, in AssocQueryStringW() 455 hRet = IQueryAssociations_GetString(lpAssoc, cfFlags, str, pszExtra, in AssocQueryStringW() 458 IQueryAssociations_Release(lpAssoc); in AssocQueryStringW() 537 IQueryAssociations* lpAssoc; in AssocQueryStringByKeyW() local 546 hRet = IQueryAssociations_Init(lpAssoc, cfFlags, 0, hkAssoc, NULL); in AssocQueryStringByKeyW() 549 hRet = IQueryAssociations_GetString(lpAssoc, cfFlags, str, pszExtra, in AssocQueryStringByKeyW() [all …]
|