FGetComponentPath (MAPI32.254)
BOOL FGetComponentPath ( LPCSTR component, LPCSTR qualifier, LPSTR dll_path, DWORD dll_path_length, BOOL install )
FGetComponentPath@20 (MAPI32.255).
Return the installed component path, usually to the private mapi32.dll.
component | [In] | Component ID. |
qualifier | [In] | Application LCID. |
dll_path | [Out] | returned component path. |
dll_path_length | [In] | component path length. |
install | [In] | install mode. |
Success: TRUE.
Failure: FALSE.
Previously documented in Q229700 "How to locate the correct path to the Mapisvc.inf file in Microsoft® Outlook".
Not declared in a Wine header. The function is either undocumented, or missing from Wine.
Implemented in "dlls/mapi32/util.c". gitlab.winehq.org/wine/wine/blob/master/dlls/mapi32/util.c
Debug channel "mapi".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.