Article ID: 141485
Article Last Modified on 10/24/2002
LIB /DEF:MAPI32.DEF
131313 How to Create 32-bit Import Libraries Without .OBJs or Source
; Mapi32.def : Used DUMPBIN /EXPORTS to determine the functions and
; ordinal values listed in the EXPORTS section below. Note
; DllCanUnloadNow, DllGetClassObject, and WEP are NOT listed below.
LIBRARY "MAPI32.DLL"
EXPORTS
BMAPIAddress @35
BMAPIDetails @37
BMAPIFindNext @34
BMAPIGetAddress @36
BMAPIGetReadMail @33
BMAPIReadMail @32
BMAPIResolveName @38
BMAPISaveMail @31
BMAPISendMail @30
MAPIAddress @19
MAPIDeleteMail @17
MAPIDetails @20
MAPIFindNext @16
MAPIFreeBuffer @18
MAPILogoff @12
MAPILogon @11
MAPIReadMail @15
MAPIResolveName @21
MAPISaveMail @14
MAPISendDocuments @10
MAPISendMail @13
Additional query words: kbVC400bug LNK1152 LNK1141 LNK4022 LNK4002 4.00 Win32 sdk ocx ole control cdk 4.10 kbVC400bug
Keywords: kbbug kbfix kbnoupdate kbvc410fix kbdll kbctrl KB141485