Compartir a través de


CComSingleThreadModel::Increment

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

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

Parameters

  • p
    [in] Pointer to the variable to be incremented.

Return Value

The result of the increment.

Requirements

Header: atlbase.h

See Also

Concepts

CComSingleThreadModel Class

CComSingleThreadModel Members

CComSingleThreadModel::Decrement