Article ID: 100659
Article Last Modified on 12/8/2005
APPLIES TO
- Microsoft Visual C++ 1.0 Professional Edition
- Microsoft Visual C++ 2.0 Professional Edition
- Microsoft Visual C++ 2.1
- Microsoft Visual C++ 4.0 Standard Edition
- Microsoft Visual C++ 5.0 Enterprise Edition
- Microsoft Visual C++ 6.0 Enterprise Edition
- Microsoft Visual C++ 5.0 Professional Edition
- Microsoft Visual C++ 6.0 Professional Edition
- Microsoft Visual C++ 6.0 Standard Edition
- Microsoft Visual C++ .NET 2002 Standard Edition
- Microsoft Visual C++ .NET 2003 Standard Edition
- Microsoft Visual C++ 2005 Express Edition
This article was previously published under Q100659
SUMMARY
In the Win32 operating system, an application is not
required to export callback functions. In 16-bit Windows 3.1 and prior
versions, an application must export callback functions primarily to allow them
to fix up references to global data and to ensure that any required EMS memory
is available. Neither of these situations applies to applications running under
the Windows NT 32-bit operating system.
Additional query words: exporting vcnt
Keywords: kbhowto kbinfo kbarttypeinf KB100659