Condividi tramite


Funzione LongLongToUInt (intsafe.h)

Converte un valore di tipo LONGLONG in un valore di tipo UINT.

Sintassi

HRESULT LongLongToUInt(
  [in]  LONGLONG llOperand,
  [out] UINT     *puResult
);

Parametri

[in] llOperand

Valore da convertire.

[out] puResult

Valore convertito.

Valore restituito

Se questa funzione ha esito positivo, restituisce S_OK. In caso contrario, restituisce un codice di errore HRESULT .

Commenti

Int64ToULongPtr è un alias per questa funzione.

Int64ToUIntPtr è un alias per questa funzione.

Int64ToUInt è un alias per questa funzione.

Int64ToSizeT è un alias per questa funzione.

Requisiti

   
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