본문 바로가기

오래된 흔적/MEMORY

Process ID 얻기..

* GetCurrentProcessId
: Retrieves the process identifier of the calling process

DWORD WINAPI GetCurrentProcessId(void);

*