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® Outlook".

IMPLEMENTATION

Not declared in a Wine header. The function is either undocumented, or missing from Wine.

Implemented in "dlls/mapi32/util.c". https://source.winehq.org/source/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 Apr 2024.