AntiDebugLIB Function References
Http://www.antidebuglib.com

GJ_WriteFile

 

Syntx

    BOOL GJ_WriteFile(
                                        LPVOID lpBuffer,
                                        DWORD nNumberOfBytesToWrite,
                                        LPDWORD lpNumberOfBytesWrite
                                        )

Parameters

    lpBuffer

        Pointer to data buffer to write intto file.

    nNumberOfBytesToWrite

        Number of bytes to write.

    lpNumberOfBytesWrite

        Pointer to number of bytes writed.

Returns

    TRUE If the GJ_WriteFile function succeeds ; FALSE otherwise.

Remarks

    The filepointer increase nNumberOfBytesToWrite automatically.

 

© Copyright 2009 AntiDebugLIB International Inc. All Rights Reserved