|
Posted by Charlie on October 1, 2007, 8:34 pm
Please log in for more thread options
On newer WM5 devices and all WM6 devices (that I could tell), calling:
DWORD dwStatus = WZCQueryInterface(NULL, INTF_PREFLIST, &Intf, &dwOutFlags);
returns an ERROR_SUCCESS but the dwOutFlags are always 0 and no data is
returned. Setting the preferred list seems to always succeed but it has the
effect of clobbering all of the profiles since you can't get the original
list prior.
Is there a solution to this? It's a big problem that doesn't allow for a
good user experience.
Many thanks,
Charlie
|