Source code of Windows XP (NT5)
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
/***************************************************************************
* * File Name: MSDEFINE.H * * Copyright Hewlett-Packard Company 1997 * All rights reserved. * * 11311 Chinden Blvd. * Boise, Idaho 83714 * * * Description: contains definitions for WPNPINST.DLL found in the MS build * tree. Should not need to be checked into MS tree. * * Author: Garth Schmeling * * Modification history: * * Date Initials Change description * * 10-10-97 GFS Initial checkin * * * ***************************************************************************/
// definitions found in MS Win9x build system
#define SZMESSAGESERVERCLASS "Windows 32-bit VxD Message Server"
#define PROCNAME_EXTDEVMODEPROPSHEET "EXTDEVICEMODEPROPSHEET"
#define PROCNAME_EXTDEVICEMODE "EXTDEVICEMODE"
|