DOCERR: Incorrect Documentation for LineDDA FunctionLast reviewed: July 23, 1997Article ID: Q100408 |
3.10
WINDOWS
kbprg kbdocerr
SUMMARYOn 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 INFORMATIONAn 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 reference words: 3.10 docerr
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |