PtrdiffTSub function

Subtracts one value of type ptrdiff_t from another.

Syntax


HRESULT PtrdiffTSub(
  _In_  ptrdiff_t Minuend,
  _In_  ptrdiff_t Subtrahend,
  _Out_ ptrdiff_t *pResult
);

Parameters

Minuend [in]

The first value.

Subtrahend [in]

The value to subtract.

pResult [out]

The result.

Return value

If this function succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

Minimum supported client

Windows 7 [desktop apps | Windows Store apps]

Minimum supported server

Windows Server 2008 R2 [desktop apps | Windows Store apps]

Header

Intsafe.h

 

 

Show: