Skip to content

Instantly share code, notes, and snippets.

@wbenny
Created November 4, 2018 02:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wbenny/056f1c57f917154416c2ebe39dd7234f to your computer and use it in GitHub Desktop.
Save wbenny/056f1c57f917154416c2ebe39dd7234f to your computer and use it in GitHub Desktop.
NTSTATUS
NTAPI
NtWaitForSingleObject(
_In_ HANDLE Handle,
_In_ BOOLEAN Alertable,
_In_ PLARGE_INTEGER Timeout
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment