Commit 1f2d7087 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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

parent 20b41af9
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment