Share via


MAPIOpenLocalFormContainer

Applies to: Office 2010 | Outlook 2010 | Visual Studio

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