Skip to content

add ContentCompareFiles #13

Description

@meisl

it's missing.

int __stdcall ContentCompareFiles(
    PROGRESSCALLBACKPROC progresscallback,
    int compareindex,
    TCHAR* filename1,
    TCHAR* filename2,
    FileDetailsStruct* filedetails);

will require

typedef int (__stdcall *PROGRESSCALLBACKPROC)(int nextblockdata);

and

typedef struct {
    __int64 filesize1;
    __int64 filesize2;
    FILETIME filetime1;
    FILETIME filetime2;
    DWORD attr1;
    DWORD attr2;
} FileDetailsStruct;

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions