|
MKI_FileWriteInitString (File I/O) Changed in Version 2026.0 |
www.CAD6.com |
C++ Syntaxbool MKI_FileWriteInitString( LPSTR f_pszString, const size_t f_unMemorySize );
Prepares writing to a null-terminate UTF-8 string using an additional, high-performance write cache. This cache will automatically be used by all MKI_FileWrite* procedures.
ParametersString [LPSTR] Address of memory to received the null-terminated UTF-8 string. MemorySize [size_t] Maximum number of bytes that may be written to the string (including the terminating null character).
Return ValueReturns true if the cache has been established successfully, else false (indicating insufficient memory).
|
CAD6interface 2026.1 - Copyright 2026 Malz++Kassner® GmbH