Microsoft KB Archive/34343

From BetaArchive Wiki
< Microsoft KB Archive
Revision as of 14:14, 21 July 2020 by X010 (talk | contribs) (Text replacement - "&" to "&")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Article ID: 34343

Article Last Modified on 11/21/2006

This article was previously published under Q34343

SUMMARY

The following statement needs to be added to Appendix E of the "Microsoft QuickBasic 1.00 Basic Language Reference." This information was taken from the README file from the release disk.

E.10.2 Toolbox Library Statement Reference

GetHandleSize h&,size&
                

This returns the size of a resource in bytes when given the resource's handle.

MORE INFORMATION

The following is an additional related note not found in the README file. For the GetHandleSize statement, the variable Size& returns the number of bytes occupied by the actual data of the resource in memory. This does not include the size of additional information about the resource such as the name, attributes, and ID number. These are kept in the resource file.


Additional query words: MQuickB readme docerr

Keywords: KB34343