| AntiDebugLIB Function Reference | |
GJ_OpenFile
|
BOOL GJ_OpenFile(char* filename,UINT filepointer)
filename
Pointer to a
null-terminated string that specifies the name of the file.
filepointer
The file pointer of an open file.
TRUE If the GJ_OpenFile function succeeds ; FALSE otherwise.
filename -- must include absolute
path, and the path must already exist. for example:"c:\\antidebug_file"
filepointer --set file pointer in bytesize from begain.
If the file already exists, open it. If it does not, create
the given file.
© Copyright 2009 AntiDebugLIB International Inc. All Rights Reserved
|