MKI_ConvertIntString64 (Strings) New in Version 2015.0

www.CAD6.com

C++ Syntax

bool

MKI_ConvertIntString64(

 LPWSTR f_pszText,

 __int64 f_nValue );

 

Converts a 64 bit integer value to a string.

 

Parameters

Text

[LPWSTR] Text buffer to receive the converted int string. Allow at least MKI_LENGTH_NAME_SHORT characters!

Value

[__int64] Integer value to be converted into a string.

 

Return Value

Returns true if successful, false if not.

 

CAD6interface 2025.0 - Copyright 2025 Malz++Kassner® GmbH