There appears to be a new behavior on Server 2008 for a driver registered
with an MSVIDEO entry under the Drivers32 section of the registry. Previous
OS versions allowed parameters to be passed to the driver open (DRV_OPEN
message) after the dll name. S2K8 appears to be using the entire string as
the dll name.
Is there a syntax that allows for the dll name on the MSVIDEO REG_SZ data to
be followed with parameters?
Yes, I know VFW is not supported, but aside from the MSVIDEO change, my
driver works fine.
Thanks,
Harry