Andrew 的个人资料- ANDREW WALKER -照片日志列表更多 工具 帮助

日志


12月5日

Convert IntPtr to Object*

 
To do this, you must first convert to a pointer.
 

CException* e = error;

IntPtr ip = (IntPtr)e;

CException* cePe =

static_cast<CException*>(ip.ToPointer());