Can anyone help me?



After i install the Toaster bus driver in windows98 successfully, i can't
find way to enumerate the virtual device using enum.exe. when i used
"enum -p 1" in console line,it couldn't work properly and broke out
"Error:Interface GUID_TOASTER_BUS_ENUMERATOR_INTERFACE_CLASS is not
registered". How can i enumerate the virtual device?


.



Relevant Pages

  • Re: Iterating through an enum???
    ... to have to name and specify them. ... enum), although I can see the advantage of defining consts in a namespace ... > and/or too many that it isn't practical to enumerate all, ... compiler is free to get rid of the allocation. ...
    (microsoft.public.vc.language)
  • Re: Behaviour of enumerated types
    ... >>> than using their index values as keys to other ordered info? ... If you want sequence numbers, use enumerate(). ... the enum object itself can be used directly as an iterable. ...
    (comp.lang.python)
  • Re: How to enum an enum?
    ... "Ernst Murnleitner" wrote... ... > I want to enumerate all values in an enum, ...
    (comp.lang.cpp)
  • Re: enum or static class
    ... An enum is usually to enumerate possible values used in the same context ... using a static class that would have static properties returning the ...
    (microsoft.public.dotnet.framework.aspnet)