Gocator 2000 API
Go2Log_Construct
Description

Constructs a Go2Log object.

C
Go2Status Go2Log_Construct(Go2Log* log, const Go2Char* path, Go2Bool read);
Parameters
Parameters 
Description 
Go2Log* log 
Receives a handle to the constructed object. 
const Go2Char* path 
Path to the log file. 
Go2Bool read 
If true, log file is opened for reading; else, log file is opened for writing. 
Returns

Operation status.

File

Go2Log.h

Copyright (c) 2010 by LMI Technologies Inc. All rights reserved.