LongLongToULong-Funktion (intsafe.h)
Konvertiert einen Wert vom Typ LONGLONG in einen Wert vom Typ ULONG.
Syntax
HRESULT LongLongToULong(
[in] LONGLONG llOperand,
[out] ULONG *pulResult
);
Parameter
[in] llOperand
Der zu konvertierende Wert.
[out] pulResult
Der konvertierte Wert.
Rückgabewert
Wenn diese Funktion erfolgreich ist, gibt sie S_OK zurück. Andernfalls wird ein Fehlercode HRESULT zurückgegeben.
Hinweise
Int64ToULong ist ein Alias für diese Funktion.
Int64ToSIZET ist ein Alias für diese Funktion.
Int64ToDWordPtr ist ein Alias für diese Funktion.
IntPtrToULong ist ein Alias für diese Funktion.
DWordToUShort 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 |