Condividi tramite


Metodo IUIAutomation::IntSafeArrayToNativeArray (uiautomationclient.h)

Converte un valore SAFEARRAY di interi in una matrice.

Sintassi

HRESULT IntSafeArrayToNativeArray(
  [in]          SAFEARRAY *intArray,
  [out]         int       **array,
  [out, retval] int       *arrayCount
);

Parametri

[in] intArray

Tipo: SAFEARRAY*

Puntatore a SAFEARRAY da convertire.

[out] array

Tipo: int**

Riceve un puntatore alla matrice allocata.

[out, retval] arrayCount

Tipo: int*

Riceve il numero di elementi nella matrice.

Valore restituito

Tipo: HRESULT

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

Requisiti

Requisito Valore
Client minimo supportato Windows 7, Windows Vista con SP2 e Aggiornamento della piattaforma per Windows Vista, Windows XP con SP3 e Platform Update per Windows Vista [solo app desktop]
Server minimo supportato Windows Server 2008 R2, Windows Server 2008 con SP2 e Platform Update per Windows Server 2008, Windows Server 2003 con SP2 e Platform Update per Windows Server 2008 [solo app desktop]
Piattaforma di destinazione Windows
Intestazione uiautomationclient.h (includere UIAutomation.h)

Vedi anche

Procedure consigliate per l'uso di matrici sicure

IUIAutomation

IntNativeArrayToSafeArray