Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add GetFileInformationByName (requires SDK 10.0.26100.1) #1964

Closed
riverar opened this issue Aug 16, 2024 · 1 comment
Closed

Add GetFileInformationByName (requires SDK 10.0.26100.1) #1964

riverar opened this issue Aug 16, 2024 · 1 comment
Assignees
Labels

Comments

@riverar
Copy link
Collaborator

riverar commented Aug 16, 2024

Just creating an issue to track a need for a new API that is blocking Rust (rust-lang/rust#128256). Adoption of the newer SDK is currently blocked by #1934.

#if (NTDDI_VERSION >= NTDDI_WIN11_ZN)

BOOL
WINAPI
GetFileInformationByName(
    _In_ PCWSTR FileName,
    _In_ FILE_INFO_BY_NAME_CLASS FileInformationClass,
    _Out_writes_bytes_(FileInfoBufferSize) PVOID FileInfoBuffer,
    _In_ ULONG FileInfoBufferSize
    );

#endif // (NTDDI_VERSION >= NTDDI_WIN11_ZN)
@riverar riverar self-assigned this Aug 23, 2024
@mikebattista mikebattista assigned mikebattista and unassigned riverar Nov 15, 2024
mikebattista added a commit that referenced this issue Nov 15, 2024
@mikebattista
Copy link
Contributor

Closed with 6d6617a.

Corrected the namespace with 97db7a1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants