Microsoft KB Archive/100408: Difference between revisions

From BetaArchive Wiki
(stage1)
 
m (Text replacement - """ to """)
 
(One intermediate revision by the same user not shown)
Line 11: Line 11:
== SUMMARY ==
== SUMMARY ==


On page 568 of the Microsoft Windows Software Development Kit (SDK) "Programmer's Reference, Volume 2: Functions" manual, the documentation for LineDDA incorrectly describes the lParam parameter. The explanation for lParam reads:
On page 568 of the Microsoft Windows Software Development Kit (SDK) "Programmer's Reference, Volume 2: Functions" manual, the documentation for LineDDA incorrectly describes the lParam parameter. The explanation for lParam reads:


<pre class="FIXEDTEXT">  lParam
<pre class="FIXEDTEXT">  lParam

Latest revision as of 13:28, 19 July 2020

DOC: Incorrect Documentation for LineDDA Function

Q100408

3.10 WINDOWS kbprg kbdocerr


SUMMARY

On page 568 of the Microsoft Windows Software Development Kit (SDK) "Programmer's Reference, Volume 2: Functions" manual, the documentation for LineDDA incorrectly describes the lParam parameter. The explanation for lParam reads:

   lParam

      Points to 32 bits of application-defined data that is passed
      to the callback function. 

The description of the lParam parameter should read as follows:

   lParam

      Specifies a 32-bit application-defined value that LineDDA passes
      to the callback function. 



MORE INFORMATION

An application calling LineDDA can pass more than 32 bits of data to the callback function by allocating a buffer and passing a pointer to the buffer in lParam.

Additional query words: 3.10 docerr

Keywords : kbdocfix kb16bitonly kbDSupport kbSDKWin16
Issue type :
Technology :


Last Reviewed: July 3, 1999
© 2001 Microsoft Corporation. All rights reserved. Terms of Use.