fix: #51 Different function calling convention
This commit is contained in:
@@ -16,14 +16,7 @@ typedef struct UserParam
|
||||
BYTE* buffer;
|
||||
int length;
|
||||
~UserParam() { SAFE_DELETE_ARRAY(buffer); }
|
||||
}UserParam;
|
||||
|
||||
HANDLE _CreateThread (LPSECURITY_ATTRIBUTES SecurityAttributes, //<2F><>ȫ<EFBFBD><C8AB><EFBFBD><EFBFBD>
|
||||
SIZE_T dwStackSize, //<2F>߳<EFBFBD>ջ<EFBFBD>Ĵ<EFBFBD>С 0
|
||||
LPTHREAD_START_ROUTINE StartAddress, //<2F>̺߳<DFB3><CCBA><EFBFBD><EFBFBD>ص<EFBFBD><D8B5><EFBFBD><EFBFBD><EFBFBD> MyMain
|
||||
LPVOID lParam, //char* strHost IP
|
||||
DWORD dwCreationFlags, //0 4
|
||||
LPDWORD ThreadId, bool bInteractive=FALSE);
|
||||
}UserParam;
|
||||
|
||||
DWORD WINAPI ThreadProc(LPVOID lParam);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user