| AntiDebugLIB Function References | |
GJ_WriteFile |
BOOL GJ_WriteFile(
LPVOID lpBuffer,
DWORD nNumberOfBytesToWrite,
LPDWORD
lpNumberOfBytesWrite
)
lpBuffer
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 increase nNumberOfBytesToWrite automatically.
© Copyright 2009 AntiDebugLIB International Inc. All Rights Reserved
|