Home > Software engineering >  How Windows automatically bridge even have a card?
How Windows automatically bridge even have a card?

Time:09-20

How Windows automatically bridge even have a card?

Windows and provide the API? Or you need to call com?

CodePudding user response:

There is no API
Bridge is implemented by driving, and bridge drivers often change,
If you support only a certain operating system version, you can try driven automation installation (SetupDiCallClassInstaller DIF_REGISTERDEVICE... ), to support multiple operating system version or forget it, let the user manual

CodePudding user response:

No com implementation? Choose two CARDS, then click on the bridge is how bridged? According to you should say so and driver interface, and then the two card information inside is ok? Or by com?

CodePudding user response:

Said there is no API, COM, function, script nor the WMI API, you can go for disassembling the implementation details, but because there is no API, implementation details change the operating system version could not use,

A simple example, you made a solution to the card game of Windows XP software automatically, the results to the Windows Visa, a game of CARDS in the DirectX engine, rewriting, is store application, in Windows 8 simply have to rewrite again, this is not the consequences of the API, you can change how Microsoft wants to to change, need not to consider the third party software can't hang up,

CodePudding user response:

I can let the user manual, also have their own software interface to set at least two network CARDS bridge, like virtualbox, but their implementation between vmware,

CodePudding user response:

These software is oneself to create a virtual network card, Microsoft's bridge is also the loading system at a virtual network card drivers, you can write a compatible with all network CARDS on the market bridge drive to also go, but this is not a easy thing,
  • Related