Skip to content

Add constant INVALID_SET_FILE_POINTER #201

@hasufell

Description

@hasufell

It is needed when dealing with setFilePointerEx.

The definition seems to be

#define INVALID_SET_FILE_POINTER ((DWORD)-1)

which translates to 4294967295. That's also why I found it confusing that setFilePointerEx returns LARGE_INTEGER, although the documentation says it should be DWORD: https://docs.microsoft.com/en-us/windows/win32/api/fileapi/nf-fileapi-setfilepointer

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions