Skip to content

Latest commit

 

History

History
76 lines (56 loc) · 1.79 KB

nf-ntintsafe-rtlptrdifftsub.md

File metadata and controls

76 lines (56 loc) · 1.79 KB
UID title description old-location tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames f1_keywords topic_type api_type api_location api_name
NF:ntintsafe.RtlPtrdiffTSub
RtlPtrdiffTSub function (ntintsafe.h)
Subtracts one value of type PTRDIFF_T from another.
kernel\rtlptrdifftsub.htm
kernel
04/30/2018
RtlPtrdiffTSub function
RtlPtrdiffTSub, RtlPtrdiffTSub function [Kernel-Mode Driver Architecture], kernel.rtlptrdifftsub, ntintsafe/RtlPtrdiffTSub
ntintsafe.h
Desktop
Windows
RtlPtrdiffTSub
ntintsafe/RtlPtrdiffTSub
APIRef
kbSyntax
HeaderDef
Ntintsafe.h
RtlPtrdiffTSub

RtlPtrdiffTSub function

-description

Subtracts one value of type PTRDIFF_T from another.

-parameters

-param Minuend [in]

The value from which Subtrahend is subtracted.

-param Subtrahend [in]

The value to subtract from Minuend.

-param pResult [out]

A pointer to the result. If the operation results in a value that overflows or underflows the capacity of the type, the function returns STATUS_INTEGER_OVERFLOW and this parameter is not valid.

-returns

Returns STATUS_SUCCESS if the operation is successful.

See the implementation of this helper function in ntintsafe.h in the WDK for possible error return values.

-remarks

This is one of a set of inline functions designed to provide arithmetic operations and perform validity checks with minimal impact on performance.