mapi32: Add an API documentation stub to make winapi_check happy.
This commit is contained in:
parent
20b41af9f1
commit
1f2d708766
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue