Hi ShadowLocke,

I am also trying to use Wireless Zero Config API (WZCQueryInterf aceEx and WZCSetInterface Ex) in a WinCE 6 C# project.

The project builds successfully but I get the following exception:
Calling WZCQueryInterfa ceEx returns a 'NotSupportedEx ception'

Here's my code snippet:
Code:
public struct RAW_DATA
{
    public UInt32 dwDataLen;
    public char pData;
...