MAPIOpenLocalFormContainer

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Returns an interface pointer to the local form library.

Header file:

Mapiform.h

Implemented by:

MAPI

Called by:

Client applications

MAPIOpenLocalFormContainer(
  LPMAPIFORMCONTAINER FAR * ppfcnt
);

Parameters

  • ppfcnt
    [out] Pointer to a pointer to the local form library interface.

Return Value

None.

Remarks

The interface to which a pointer is returned can be used by third-party installation programs to install application-specific forms into the library without the program first having to log on to MAPI.

MFCMAPI Reference

For MFCMAPI sample code, see the following table.

File

Function

Comment

MainDlg.cpp

CMainDlg::OnMAPIOpenLocalFormContainer

MFCMAPI uses the MAPIOpenLocalFormContainer method to open the local form container to render in a new window.

See Also

Concepts

MFCMAPI as a Code Sample