diff --git a/dlls/mapi32/util.c b/dlls/mapi32/util.c index 76c08ca34c9..b68eceb51ab 100644 --- a/dlls/mapi32/util.c +++ b/dlls/mapi32/util.c @@ -891,6 +891,9 @@ BOOL WINAPI FGetComponentPath(LPCSTR component, LPCSTR qualifier, LPSTR dll_path return ret; } +/************************************************************************** + * HrQueryAllRows (MAPI32.75) + */ HRESULT WINAPI HrQueryAllRows(LPMAPITABLE lpTable, LPSPropTagArray lpPropTags, LPSRestriction lpRestriction, LPSSortOrderSet lpSortOrderSet, LONG crowsMax, LPSRowSet *lppRows)