Int8ToUShort-Funktion (intsafe.h)
Konvertiert einen Wert vom Typ INT8 in einen Wert vom Typ USHORT.
Syntax
HRESULT Int8ToUShort(
[in] INT8 i8Operand,
[out] USHORT *pusResult
);
Parameter
[in] i8Operand
Der zu konvertierende Wert.
[out] pusResult
Der konvertierte Wert.
Rückgabewert
Wenn diese Funktion erfolgreich ist, gibt sie S_OK zurück. Andernfalls wird ein Fehlercode HRESULT zurückgegeben.
Anforderungen
Unterstützte Mindestversion (Client) | Windows 7 [Desktop-Apps | UWP-Apps] |
Unterstützte Mindestversion (Server) | Windows Server 2008 R2 [Desktop-Apps | UWP-Apps] |
Zielplattform | Windows |
Kopfzeile | intsafe.h |