Go Back   Velocity Reviews > Newsgroups > Wireless Networking
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

Wireless Networking - wlanapi.dll throws exception in rpc thread

 
Thread Tools Search this Thread
Old 12-07-2006, 12:13 AM   #1
Default wlanapi.dll throws exception in rpc thread


When unregistering my callback:

::WlanRegisterNotification
(m_hClient,
WLAN_NOTIFICATION_SOURCE_NONE,
FALSE /* don't ignore duplicates */,
NULL,
NULL,
NULL /* reserved, must be NULL */,
NULL);

an exception is thrown from an RPC thread which includes wlanapi.dll in
the callstack. The exception is something like: "0x0000000D The data
is invalid". I'd expect that this error be returned from the
WLanRegisterNotification call, but that is returning 0.
The thread from whcih I make the WlanRegisterNotification call is
waiting for an sync. event object when this exception is thrown from
another thread.

Has anyone seen this before or know the cause?

My handle value (m_hClient) appears to be valid.



joshl@purenetworks.com
  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
java.net.SocketException: Broken pipe exception at HttpServletRequest sadasivar Software 0 03-11-2008 04:40 AM
exception unknown software exception error - Excel.exe mfinamore Software 0 11-15-2007 04:54 PM
what is GREEN THREAD in java and how its used devenderraopalleni Software 0 07-25-2007 10:40 AM
Exception in thread "main" java.lang.NoClassDefFoundError: prakash.nmsp@gmail.com Software 0 06-29-2007 10:03 AM
how to overcome the nullpointer exception arputharaj Software 0 11-11-2006 07:05 AM




SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46