Поделиться через


CComSingleThreadModel::Increment

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

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

Параметры

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

Возвращаемое значение

The result of the increment.

Требования

Header: atlbase.h

См. также

Основные понятия

CComSingleThreadModel Class

CComSingleThreadModel Members

CComSingleThreadModel::Decrement