Created
July 15, 2016 03:58
-
-
Save cdacamar/6c4eb9fdbdb6ecf3d62d56ec6ccccc8e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HANDLE WINAPI CreateThread( | |
_In_opt_ LPSECURITY_ATTRIBUTES lpThreadAttributes, | |
_In_ SIZE_T dwStackSize, | |
_In_ LPTHREAD_START_ROUTINE lpStartAddress, | |
_In_opt_ LPVOID lpParameter, | |
_In_ DWORD dwCreationFlags, | |
_Out_opt_ LPDWORD lpThreadId | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment