C Strings in API Routines Are Null Terminated

ID: Q103592

The information in this article applies to:

FoxPro strings passed to application programming interface (API) routines should be null terminated either in the API routine or by concatenating CHR(0) to the string argument in FoxPro. To see how this is done within a C API routine, refer to the examples in the Library Construction Kit.

Additional reference words: FoxWin FoxDos LCK 2.50 string arguments null terminated lck KBCategory: kbprg KBSubcategory: FxtoolLck

Last Reviewed: August 28, 1995