LongLongToUInt-Funktion (intsafe.h)
Konvertiert einen Wert vom Typ LONGLONG in einen Wert vom Typ UINT.
Syntax
HRESULT LongLongToUInt(
[in] LONGLONG llOperand,
[out] UINT *puResult
);
Parameter
[in] llOperand
Der zu konvertierende Wert.
[out] puResult
Der konvertierte Wert.
Rückgabewert
Wenn diese Funktion erfolgreich ist, gibt sie S_OK zurück. Andernfalls wird ein Fehlercode HRESULT zurückgegeben.
Hinweise
Int64ToULongPtr ist ein Alias für diese Funktion.
Int64ToUIntPtr ist ein Alias für diese Funktion.
Int64ToUInt ist ein Alias für diese Funktion.
Int64ToSizeT ist ein Alias für diese Funktion.
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 |