views:

319

answers:

0

We're sending video via wifi between 2 Windows CE devices. Works well enough but we have complaints that ad-hoc network configuration is too difficult or obsure for the users.

Unfortunately I'm struggling to find any documentation on how to setup a network connection programmatically using C++ in Windows CE. I've seen some C# references but surely any C# solution is sitting on top of a lower API layer.

Could someone point me to any relevant documentation on how to do this?
Thanks