Skip to content

Instantly share code, notes, and snippets.

@nattybear
Created June 4, 2017 07:41
Show Gist options
  • Save nattybear/3bb86cd8966d8f9d0a5c807fc4607490 to your computer and use it in GitHub Desktop.
Save nattybear/3bb86cd8966d8f9d0a5c807fc4607490 to your computer and use it in GitHub Desktop.
@nattybear
Copy link
Author

nattybear commented Jun 4, 2017

새 프로세스와 해당 프로세스의 쓰레드를 생성한다.

리턴 값

함수가 성공하면 0이 아닌 값을 리턴한다.

함수가 실패하면 리턴 값은 0이다. 다 자세한 에러 정보를 보려면 GetLastError를 확인해라.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment