PC Forms: MEFPKG.DAT File Size Limited to 64KLast reviewed: November 21, 1995Article ID: Q135351 |
The information in this article applies to:
SUMMARYThe Microsoft Electronic Forms Designer uses a special attachment (MEFPKG.DAT) that is enclosed with a mail message. The attachment contains data and information for the read form. The Electronic Forms Designer does not support forms that have MEFPKG.DAT files larger than 64K.
MORE INFORMATIONIf you attempt to call the electronic form's MEFWriteItem function with an attachment larger than 64K, you may get the following error:
MEF_DISK_FULLThe reason for the 64K limit is not due to a size limitation on the electronic forms attachment itself. The electronic forms MEFWriteItem function calls the Microsoft Windows Application Program Interface (API) function, WritePrivateProfileString, that has this limitation. Additional information about the Windows API and WritePrivateProfileString can be found in the Microsoft Windows Software Development Kit (SDK) "Programmer's Reference." Additional references words: 1.00 |
KBCategory: kbenv
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |