This topic has not yet been rated - Rate this topic

CComSingleThreadModel::Decrement 

This static function decrements the value of the variable pointed to by p.


static ULONG WINAPI Decrement(
   LPLONG p 
) throw();

Parameters

p

[in] Pointer to the variable to be decremented.

The result of the decrement.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.