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

This commit is contained in:
Francois Gouget 2008-02-04 23:59:32 +01:00 committed by Alexandre Julliard
parent 20b41af9f1
commit 1f2d708766
1 changed files with 3 additions and 0 deletions

View File

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