UIntPtrToInt8-Funktion (intsafe.h)
Konvertiert einen Wert vom Typ UINT_PTR in einen Wert vom Typ INT8.
Syntax
HRESULT UIntPtrToInt8(
[in] UINT_PTR uOperand,
[out] INT8 *pi8Result
);
Parameter
[in] uOperand
Der zu konvertierende Wert.
[out] pi8Result
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 |