UInt8Sub function
Subtracts one value of type UINT8 from another.
Syntax
HRESULT UInt8Sub( _In_ UINT8 u8Minuend, _In_ UINT8 u8Subtrahend, _Out_ UINT8 *pu8Result );
Parameters
- u8Minuend [in]
-
The first value.
- u8Subtrahend [in]
-
The value to subtract.
- pu8Result [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 |
|
Show: