Funzione UIntPtrToLongLong (intsafe.h)
Converte un valore di tipo UINT_PTR in un valore di tipo LONGLONG.
Sintassi
HRESULT UIntPtrToLongLong(
[in] UINT_PTR uOperand,
[out] LONGLONG *pllResult
);
Parametri
[in] uOperand
Valore da convertire.
[out] pllResult
Valore convertito.
Valore restituito
Se questa funzione ha esito positivo, restituisce S_OK. In caso contrario, restituisce un codice di errore HRESULT .
Commenti
SizeTToInt64 è un alias per questa funzione.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows 7 [app desktop | App UWP] |
Server minimo supportato | Windows Server 2008 R2 [app desktop | App UWP] |
Piattaforma di destinazione | Windows |
Intestazione | intsafe.h |