FGetComponentPath(3w)
NAME
FGetComponentPath (MAPI32.254)
SYNOPSIS
BOOL FGetComponentPath ( LPCSTR component, LPCSTR qualifier, LPSTR dll_path, DWORD dll_path_length, BOOL install )
DESCRIPTION
FGetComponentPath@20 (MAPI32.255).
Return the installed component path, usually to the private mapi32.dll.
PARAMS
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.
RETURNS
Success: TRUE.
Failure: FALSE.
NOTES
Previously documented in Q229700 "How to locate the correct path to the
Mapisvc.inf file in Microsoft(tm) Outlook".
IMPLEMENTATION
Not defined in a Wine header. The function is either undocumented, or
missing from Wine.
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/mapi32/util.c".
- Debug channel "mapi".