Callback Verbs Documented Incorrectly in the LUA SNA SDK

Last reviewed: February 17, 1998
Article ID: Q181031
The information in this article applies to:
  • Microsoft SNA Server, versions 3.0, 3.0SP1, 3.0SP2, 4.0

SYMPTOMS

Within the SNA Server LUA Programmer's Guide (included in online format in SNA Server 3.0 and 4.0), the LUA Verb Control Block (VCB) lua_post_handle parameter is incorrectly documented as containing the address of a callback function. This is incorrect. The field can be either a Windows NT event handle or a window handle.

See SLI_RECEIVE, SLI_OPEN, SLI_PURGE, RUI_READ and others. Querying for "LUA CALLBACK" will find all verbs that can contain the LUA_POST_HANDLE.

The documentation reads as follows:

   lua_post_handle
   Supplied parameter. Used under Windows NT or Windows 95 if asynchronous
   notification is to be accomplished by events. This variable contains
   the handle of the event to be signaled or a pointer to a callback
   function. For all other environments, this parameter is reserved and
   should be set to zero.

STATUS

Microsoft has confirmed this to be a problem in SNA Server versions 3.0, 3.0 SP1, 3.0 SP2 and 4.0.

A supported fix is now available, but has not been fully regression-tested and should be applied only to systems experiencing this specific problem. Unless you are severely impacted by this specific problem, Microsoft recommends that you wait for the next Service Pack that contains this fix. Contact Microsoft Product Support Services for more information.

MORE INFORMATION

The text for LUA_COMMON in the online version of the SNA Server LUA Programmer's Guide has been changed to correctly reflect this callback verb. It now reads:

   lua_post_handle
   Supplied parameter. Used under Microsoft Windows NT and Microsoft Windows
   95 if asynchronous notification is to be accomplished by events. This
   variable contains the handle of the event to be signaled or a window
   handle. For all other environments, this parameter is reserved and should
   be set to zero.
Keywords          : kbbug3.00 kbbug3.00.sp1 snalua snaprog kbbug3.00.sp2 kbbug4.00
Version           : WINDOWS:3.0,3.0SP1,3.0SP2,4.0
Platform          : WINDOWS
Issue type        : kbbug
Solution Type     : kbfix


================================================================================


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: February 17, 1998
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.