MKI_TerminateA (Strings) Changed in Version 2019.1

www.CAD6.com

C++ Syntax

void

MKI_TerminateA(

 LPSTR f_pszDestin,

 const size_t f_unMaxSize );

 

 template <size_t f_unSize> void

 MKI_TerminateA(

         char (&f_rDestin)[f_unSize] );

 

Terminates the Ansi or UTF-8 text, i.e. sets its last character to '\0'.

 

Parameters

Destin

[LPSTR] Address of text to be initialized.

MaxSize

[const size_t] Maximum allowed length of the destination text in Ansi or UTF-8 characters including the terminating '\0' character.

 

CAD6interface 2025.0 - Copyright 2025 Malz++Kassner® GmbH