Hi,
Thank you for posting here.
>>Assuming dwFlags can contain more than one of these values, it still shouldn't be 258. Can anyone tell me where this value might be coming from?
258 corresponds to 0x00000102.
#define WLAN_AVAILABLE_NETWORK_AUTO_CONNECT_FAILED 0x00000100 // This network failed to connect
As far as I'm concerned, those flags look like they are intended to be combined with bitwise-or. 258 is a combination of 0x00000100 and 0x00000002 , in other words, both WLAN_AVAILABLE_NETWORK_AUTO_CONNECT_FAILED and WLAN_AVAILABLE_NETWORK_HAS_PROFILE
are set.
Best Regards,
Jeanine Zhang
"Visual c++" forum will be migrating to a new home on
Microsoft Q&A !
We invite you to post new questions in the "Developing Universal Windows apps" forum’s new home on
Microsoft Q&A
!
For more information, please refer to the
sticky post.