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

Feature request: expose ULARGE_INTEGER #2370

Closed
poliorcetics opened this issue Mar 9, 2023 · 1 comment
Closed

Feature request: expose ULARGE_INTEGER #2370

poliorcetics opened this issue Mar 9, 2023 · 1 comment
Labels
question Further information is requested

Comments

@poliorcetics
Copy link
Contributor

Motivation

It's the only type missing for GuillaumeGomez/sysinfo#950 to be complete

I don't know if it's in the metadata or not though, so maybe the issue is not with windows-rs

Drawbacks

No response

Rationale and alternatives

No response

Additional context

No response

@poliorcetics poliorcetics added the enhancement New feature or request label Mar 9, 2023
@kennykerr kennykerr added question Further information is requested and removed enhancement New feature or request labels Mar 9, 2023
@kennykerr
Copy link
Collaborator

kennykerr commented Mar 9, 2023

ULARGE_INTEGER is represented by u64 in Rust. Likewise, LARGE_INTEGER is represented by i64. These structs exist to support very old compilers that don't natively support 64-bit integers.

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

No branches or pull requests

2 participants