g_pIMalloc 全局变量
int Set_g_pIMalloc()
{
cout << endl;
cout << "设置 g_pIMalloc" << endl;
ppMalloc = (LPMALLOC*)CalcFunctionAddress(phWCP, pfb_g_pIMalloc);
// IMalloc **ppMalloc = NULL;
// SHGetMalloc(ppMalloc);
// 需要 ShlObj.h
CoGetMalloc(1, ppMalloc);
cout << "设置 g_pIMalloc 结束" << endl;
cout << endl;
return 0;
}