lpGetNumber = (LPGETNUMBER)GetProcAddress((HMODULE)hDLL, "GetNumber");. If lpGetNumber is NULL, call GetLastError() . It will tell you why the proc address ...
確定! 回上一頁