static ULONG Decrement( LPLONG p );
Return Value
The result of the decrement.
Parameters
p
[in] Pointer to the variable to be decremented.
Remarks
This static method decrements the value of the variable pointed to by p.
CComSingleThreadModel Overview | Class Members
See Also CComSingleThreadModel::Increment