SafeArrayGetElement.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

SafeArrayGetElement (OLEAUT32.25)

SYNOPSIS

HRESULT SafeArrayGetElement
 (
  SAFEARRAY* psa,
  LONG*      rgIndices,
  void*      pvData
 )

DESCRIPTION

Get an item from a SafeArray.

PARAMS

psa [In] SafeArray to get from.

rgIndices [In] Indices to get from.

pvData [Out] Destination for data.

RETURNS

Success: S_OK. The item data is returned in pvData.

Failure: An HRESULT error code indicating the error.

NOTES

See SafeArray(3w).

IMPLEMENTATION

Defined in "oleauto.h".

Implemented in "dlls/oleaut32/safearray.c".

Debug channel "variant".