MKI_FileAppend (File I/O)

www.CAD6.com

C++ Syntax

bool

MKI_FileAppend(

 HANDLE* f_pFileHandle,

 const LPCWSTR f_pszFileName );

 

Creates an existing file for write-only access. If a file of the same name does already exist, it will be opened and the file pointer is moved to the end of the file.

 

Parameters

FileHandle

[HANDLE*] Address of file handle to receive the created file's handle.

FileName

[const LPCWSTR] Address of file name.

 

Return Value

Returns true if the file has been created successfully, else false (indicating that either the drive is full, write-protected, or the current user has no writing access to that drive).

 

CAD6interface 2025.0 - Copyright 2025 Malz++Kassner® GmbH