Prev: Beginner's anti-piracy: is there a unique unchangeable GUID for every hardware device?
Next: Error 39 with Coinstaller (USB-Kmdf)
From: Maxim S. Shatskih on 14 Sep 2010 07:17 > But how can I Duplicate the Interface? Just call IoRegisterDeviceInterface 2 times with different reference strings. -- Maxim S. Shatskih Windows DDK MVP maxim(a)storagecraft.com http://www.storagecraft.com
From: Brausewetter, Kurt on 15 Sep 2010 05:02 MSDN: ReferenceString [in, optional] Optionally points to a UNICODE_STRING. The string must not contain any path separator characters ("/" or "\"). Function drivers typically specify NULL for this parameter. Filter drivers must specify NULL. Filter Drivers must specify NULL => That's a Problem or can i take a Non-NULL ReferenceString? "Maxim S. Shatskih" <maxim(a)storagecraft.com.no.spam> schrieb im Newsbeitrag news:%23c9e25$ULHA.2068(a)TK2MSFTNGP05.phx.gbl... > But how can I Duplicate the Interface? Just call IoRegisterDeviceInterface 2 times with different reference strings. -- Maxim S. Shatskih Windows DDK MVP maxim(a)storagecraft.com http://www.storagecraft.com
From: Maxim S. Shatskih on 16 Sep 2010 06:15 > Optionally points to a UNICODE_STRING. The string must not contain any path > separator characters ("/" or "\"). Function drivers typically specify NULL for > this parameter. Filter drivers must specify NULL. > > Filter Drivers must specify NULL => That's a Problem or can i take a Non-NULL > ReferenceString? You cannot define 2 device interfaces with the same GUID and same ReferenceString. -- Maxim S. Shatskih Windows DDK MVP maxim(a)storagecraft.com http://www.storagecraft.com
From: Brausewetter, Kurt on 17 Sep 2010 04:34
OK, i Test BTW: But what the F**k is that in MSDN: "Filter Drivers must specify NULL" "Maxim S. Shatskih" <maxim(a)storagecraft.com.no.spam> schrieb im Newsbeitrag news:ua8GjgYVLHA.2068(a)TK2MSFTNGP05.phx.gbl... > Optionally points to a UNICODE_STRING. The string must not contain any path > separator characters ("/" or "\"). Function drivers typically specify NULL for > this parameter. Filter drivers must specify NULL. > > Filter Drivers must specify NULL => That's a Problem or can i take a Non-NULL > ReferenceString? You cannot define 2 device interfaces with the same GUID and same ReferenceString. -- Maxim S. Shatskih Windows DDK MVP maxim(a)storagecraft.com http://www.storagecraft.com |