How API Function Array Arguments Are Passed

ID: Q103585

1.02 2.00 2.50 2.50a | 2.50 2.50a 3.00

MS-DOS               | WINDOWS
kbinterop kbtool kbprg

The information in this article applies to:

  • Microsoft Visual FoxPro for Windows, version 3.0
  • Microsoft FoxPro for MS-DOS, versions 1.02, 2.0, 2.5, and 2.5a
  • Microsoft FoxPro for Windows, versions 2.5, and 2.5a
  • Microsoft FoxPro Library Construction Kit, versions 2.0 and 2.5

Individual array elements are always passed to application programming interface (API) functions by value. When SET("UDFPARMS") == "VALUE" and no element is specified, the array name by itself refers to just the first element of the array (unless the array name is prefixed with "@", in which case the array is passed by reference).

Additional reference words: VFoxWin 3.00 FoxDos FoxWin 1.02 2.00 2.50 2.50a API array arguments LCK KBCategory: kbinterop kbtool kbprg KBSubcategory: FxtoolLck

Keywords          : FxtoolLck 
Version           : 1.02 2.00 2.50 2.50a | 2.50 2.50
Platform          : MS-DOS WINDOWS


Last Reviewed: April 30, 1996
© 2000 Microsoft Corporation. All rights reserved. Terms of Use.