摘要:
LONG InterlockedExchange( IN OUT PLONG Target, IN LONG Value ); 这个就是相当于赋值用,例如 InterlockedExchange ( &m_PinsWithResources, 0 ); LONG InterlockedCompareExchange( IN OUT PLONG Destination, IN ... 阅读全文
posted @ 2011-04-29 16:13
Fan Zhang
阅读(212)
评论(0)
推荐(0)