IUIAutomation::IntNativeArrayToSafeArray-Methode (uiautomationclient.h)

Konvertiert ein Array von ganzen Zahlen in ein SAFEARRAY.

Syntax

HRESULT IntNativeArrayToSafeArray(
  [in]          int       *array,
  [in]          int       arrayCount,
  [out, retval] SAFEARRAY **safeArray
);

Parameter

[in] array

Typ: int*

Ein Zeiger auf ein Array ganzzahliger Zahlen.

[in] arrayCount

Typ: int

Die Anzahl der Elemente im Array.

[out, retval] safeArray

Typ: SAFEARRAY**

Empfängt einen Zeiger auf das zugeordnete SAFEARRAY.

Rückgabewert

Typ: HRESULT

Wenn diese Methode erfolgreich ist, wird S_OK zurückgegeben. Andernfalls wird ein Fehlercode HRESULT zurückgegeben.

Anforderungen

Anforderung Wert
Unterstützte Mindestversion (Client) Windows 7, Windows Vista mit SP2 und Plattformupdate für Windows Vista, Windows XP mit SP3 und Plattformupdate für Windows Vista [nur Desktop-Apps]
Unterstützte Mindestversion (Server) Windows Server 2008 R2, Windows Server 2008 mit SP2 und Plattformupdate für Windows Server 2008, Windows Server 2003 mit SP2 und Plattformupdate für Windows Server 2008 [nur Desktop-Apps]
Zielplattform Windows
Kopfzeile uiautomationclient.h (include UIAutomation.h)

Weitere Informationen

Bewährte Methoden für die Verwendung sicherer Arrays

IUIAutomation

IUIAutomation::IntSafeArrayToNativeArray