| AntiDebug LIB Function Reference | |
GJ_WriteFile |
BOOL GJ_WriteFile(LPVOID lpBuffer,
DWORD nNumberOfBytesToWrite,
LPDWORD
lpNumberOfBytesWrite
)
Pointer to data buffer to write intto file.
nNumberOfBytesToWrite
Number of bytes
to write.
lpNumberOfBytesWrite
Pointer to
number of bytes writed.
TRUE If the GJ_WriteFile function succeeds ; FALSE otherwise.
The filepointer auto increase nNumberOfBytesToWrite.