InterlockedExchange的返回值

来源:互联网 发布:宏编程鼠标是什么意思 编辑:程序博客网 时间:2024/05/16 13:38

LONG InterlockedExchange(
  LPLONG Target,
  LONG Value
);

 

This function atomically exchanges a pair of 32-bit values.

 

 

Return Values

The prior value of the LONG value pointed to by Target indicates success.

原创粉丝点击