Condividi tramite


Metodo IPortableDeviceValues::SetSignedLargeIntegerValue

Il metodo SetSignedLargeIntegerValue aggiunge un nuovo valore LONGLONG (tipo VT_I8) o ne sovrascrive uno esistente.

Sintassi

HRESULT SetSignedLargeIntegerValue(
  [in]       REFPROPERTYKEY key,
  [in] const LONGLONG       Value
);

Parametri

key [in]

REFPROPERTYKEY che specifica l'elemento da creare o sovrascrivere.

Valore [in]

LONGLONG che specifica il nuovo valore.

Valore restituito

Il metodo restituisce un valore HRESULT. I valori possibili includono, ma non sono limitati a, quelli indicati nella tabella seguente.

Codice restituito Descrizione
S_OK
Il metodo è riuscito.

Commenti

Se un valore esistente ha la stessa chiave specificata dal parametro chiave , sovrascrive il valore esistente senza alcun avviso.

Requisiti

Requisito Valore
Intestazione
PortableDeviceTypes.h
Libreria
PortableDeviceGUIDs.lib

Vedi anche

Interfaccia IPortableDeviceValues

IPortableDeviceValues::GetSignedLargeIntegerValue