GtfDdsSharp GtfDdsSharp
GtfDdsSharp GtfDdsSharp
DocFX + Singulink = ♥

Search Results for

    Method MoveMemory

    MoveMemory(void*, void*, uint, bool)

    Copies bytes from the source address to the destination address.

    Declaration
    public static void MoveMemory(void* dest, void* src, uint size, bool swap)
    Parameters
    Type Name Description
    void* dest

    The unmanaged pointer corresponding to the destination address to copy to.

    void* src

    The unmanaged pointer corresponding to the source address to copy from.

    uint size

    The number of bytes to copy.

    bool swap

    Whether to swap the source address and destination address.