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

Added SetPriorityClass() and SetThreadPriority() to Kernel32 #1544

Merged
merged 3 commits into from
Aug 16, 2023

Commits on Aug 15, 2023

  1. Refactored error handling.

    dEajL3kA committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    263f074 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Added missing GetPriorityClass(), SetPriorityClass(), GetThreadPriori…

    …ty() and SetThreadPriority() methods to Kernel32 class.
    
    Added test cases for Kernel32.SetPriorityClass(), Kernel32.GetPriorityClass(), Kernel32.GetThreadPriority() and Kernel32.SetThreadPriority().
    
    Also added some useful helper methods to Kernel32Util class, including tests.
    dEajL3kA committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    d7a1c9f View commit details
    Browse the repository at this point in the history
  2. Updated changelog.

    dEajL3kA committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    b5bd187 View commit details
    Browse the repository at this point in the history