Skip to content

Wrong error handling macro being used for ResumeThread #151

@ysc3839

Description

@ysc3839

The document of ResumeThread says: If the function fails, the return value is (DWORD) -1.
However, the wiki and comment in source code

THROW_IF_WIN32_BOOL_FALSE(ResumeThread(process.hThread));

are using THROW_IF_WIN32_BOOL_FALSE.

Metadata

Metadata

Assignees

Labels

documentationIncorrect/missing documentation

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions