FGetComponentPath.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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 "dlls/mapi32/util.c".

Debug channel "mapi".