Module: wine Branch: master Commit: 1f2d708766066b4a3c1bd8d20e7c998d42ecf37c URL: http://source.winehq.org/git/wine.git/?a=commit;h=1f2d708766066b4a3c1bd8d20e...
Author: Francois Gouget fgouget@free.fr Date: Mon Feb 4 23:59:32 2008 +0100
mapi32: Add an API documentation stub to make winapi_check happy.
---
dlls/mapi32/util.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/dlls/mapi32/util.c b/dlls/mapi32/util.c index 76c08ca..b68eceb 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)