摘要: #region 时间,时间戳转换 /// <summary> /// 时间转换为事件戳 /// </summary> /// <param name="dateTime"></param> /// <returns></returns> public static uint GetTimeStamp 阅读全文
posted @ 2019-12-11 15:46 ₯㎕~ 阅读(285) 评论(0) 推荐(0) 编辑
摘要: public static void PtrMoveSize(ref IntPtr pData, int nLength) { if (IntPtr.Size == sizeof(Int64)) pData = new IntPtr(pData.ToInt64() + nLength); else 阅读全文
posted @ 2019-12-11 15:44 ₯㎕~ 阅读(270) 评论(0) 推荐(0) 编辑