CoDecrementMTAUsage function ole32

int CoDecrementMTAUsage(
  1. int Cookie
)

Releases the increment made by a previous call to the CoIncrementMTAUsage function.

HRESULT CoDecrementMTAUsage(
  [in] CO_MTA_USAGE_COOKIE Cookie
);

Implementation

int CoDecrementMTAUsage(int Cookie) => _CoDecrementMTAUsage(Cookie);