C Strings in API Routines Are Null TerminatedLast reviewed: August 28, 1995Article 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
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |