Class WriteFileFuncCall

  • All Implemented Interfaces:
    Syscall

    public final class WriteFileFuncCall
    extends Object
    implements Syscall
    WriteFile kernel32 function call.
    Since:
    0.40.0
    See Also:
    here for details
    • Constructor Detail

      • WriteFileFuncCall

        public WriteFileFuncCall​(Phi win)
        Ctor.
        Parameters:
        win - Win32 object
    • Method Detail

      • make

        public Phi make​(Phi... params)
        Description copied from interface: Syscall
        Makes native method call.
        Specified by:
        make in interface Syscall
        Parameters:
        params - Native methods parameters.
        Returns:
        Methods return code.