[This is preliminary documentation and subject to change.]
This sample describes to write a DLL that upgrades an OEM network component from Microsoft® Windows NT® 3.51 or Windows NT 4.0. The sample uses fully functional DLL sample code.
Use the supplied Sources file to build the sample. If you want to use Microsoft Visual C®, create a new project of type win32 DLL, add the Oemupg.cpp file to it, and build. The sample uses the standard DDK headers.
This sample works on both x86 and Alpha platforms. The code is 64-bit compliant and builds properly with Visual C 6.0.
The files necessary to build this sample are Oemupg.cpp, Oemupg.def, Pch.h, Sources, and Oemupgex.h. Both checked and free builds are available.
No performance tools, debugger extensions, or Control Panel app extensions are available.
The code has been tested with Visual C 6.0, and builds successfully with no known bugs. The driver has been tested. The tested version was built in the Windows NT/Windows 2000 build environment.
For tools and other resources, see www.microsoft.com.
The files that constitute the sample are listed below.
File DescriptionOemupg.cpp The main sample code file. Oemupg.def Export definitions. Pch.h Precompiled header. Sources The generic file for building the code sample. Netmap.inf Sample netmap.inf file. Oemupgex.h Part of standard DDK headers.
© 1999 Microsoft Corporation