BOOL(WINAPI*gmse)(LPMEMORYSTATUSEX)=GetProcAddress(kernel32,"GlobalMemoryStatusEx");这是一个.cpp文件。编译上述代码时出现以下错误。errorC2440:'initializing':cannotconvertfrom'FARPROC'to'BOOL(__cdecl*)(LPMEMORYSTATUSEX)'Thisconversionrequiresareinterpret_cast,aC-stylecastorfunction-stylecast我似乎无法弄清楚我应该将GetProcAddress函