OEM Network Component Upgrade DLL Sample

[This is preliminary documentation and subject to change.]

SUMMARY

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.

BUILDING THE SAMPLE

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.

TOOLS

No performance tools, debugger extensions, or Control Panel app extensions are available.

TEST

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.

RESOURCES

For tools and other resources, see www.microsoft.com.

CODE TOUR

File Manifest

The files that constitute the sample are listed below.

File			Description

Oemupg.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. 


Top of page

© 1999 Microsoft Corporation