DOC: MAXDWORD Has Incorrect Value in Visual Basic API Text Viewer (242783)



The information in this article applies to:

  • Microsoft Visual Basic Learning Edition for Windows 6.0
  • Microsoft Visual Basic Professional Edition for Windows 6.0
  • Microsoft Visual Basic Enterprise Edition for Windows 6.0

This article was previously published under Q242783

SUMMARY

The API Text Viewer gives an incorrect value for the MAXDWORD constant.

MORE INFORMATION

When copying the MAXDWORD constant from the API Text Viewer, you get:
Const MAXDWORD = &HFFFF
				
Instead, you should use this:
Const MAXDWORD = &HFFFFFFFF
				

Modification Type:MajorLast Reviewed:5/13/2003
Keywords:kbBug kbdocerr kbdocfix kbpending KB242783