Expand Minimize
This topic has not yet been rated - Rate this topic

MAPIOpenLocalFormContainer

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.

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.

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.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.