SSIZETSub function
Subtracts one SSIZE_T value from another.
Syntax
HRESULT SSIZETSub( _In_ SSIZE_T Minuend, _In_ SSIZE_T Subtrahend, _Out_ SSIZE_T *pResult );
Parameters
- Minuend [in]
-
The value from which Subtrahend will be subtracted.
- Subtrahend [in]
-
The value to subtract from Minuend.
- pResult [out]
-
When this function returns successfully, points to the difference between Minuend and Subtrahend.
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 |
|
Show: