Skip to content
This repository has been archived by the owner on Jul 26, 2023. It is now read-only.

Fix Kernel32.ReadConsole method signature #525

Merged
1 commit merged into from
Aug 6, 2020
Merged

Fix Kernel32.ReadConsole method signature #525

1 commit merged into from
Aug 6, 2020

Conversation

AArnott
Copy link
Collaborator

@AArnott AArnott commented Aug 6, 2020

It was missing the out modifier on the lpNumberOfCharsRead parameter.
While fixing it, I went ahead and renovated the entire signature to make it easier to use.

Fixes #523

It was missing the `out` modifier on the `lpNumberOfCharsRead` parameter.
While fixing it, I went ahead and renovated the entire signature to make it easier to use.

Fixes #523
@AArnott AArnott added the auto-merge Auto-completes a PR when reviews and checks pass label Aug 6, 2020
@ghost ghost merged commit 82afcf6 into master Aug 6, 2020
@ghost ghost deleted the fix523 branch August 6, 2020 17:35
This pull request was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
auto-merge Auto-completes a PR when reviews and checks pass
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ReadConsole signature has wrong parameter mode
1 participant