mapi32: Add an API documentation stub to make winapi_check happy.

Francois Gouget fgouget at free.fr
Mon Feb 4 16:59:32 CST 2008


---
 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)
-- 
1.5.3.8



More information about the wine-patches mailing list