Description
This article is from the Programming VCOMM
FAQ, by nelson@desktop.nsc.com (Taed Nelson) with numerous
contributions by others.
7.6: Init Order
[Contributed by Taed Nelson (nelson@lan.nsc.com).]
What is the proper device init order for a VCOMM port driver? The
documentation says to use UNDEFINED_INIT_ORDER, but SERIAL.VXD uses
VCD_INIT_ORDER. And in VMM.H, there is a PORT_INIT_ORDER defined, which is
just slightly less than VCD. Which is right?
This is an issue for any static port driver under Windows 95, and maybe every
port driver for Windows for Workgroups.
 
Continue to:
Share and Enjoy
Bookmark this story so others can enjoy it:
Tags
pc, OS, COMM port driver, Microsoft Windows, compilation