Skip to content

Instantly share code, notes, and snippets.

@cdacamar
Created July 15, 2016 03:58
Show Gist options
  • Save cdacamar/6c4eb9fdbdb6ecf3d62d56ec6ccccc8e to your computer and use it in GitHub Desktop.
Save cdacamar/6c4eb9fdbdb6ecf3d62d56ec6ccccc8e to your computer and use it in GitHub Desktop.
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