SafeArrayGetElement(3w)

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 "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/oleaut32/safearray.c".

Debug channel "variant".
Copyright © 2010-2025 Platon Technologies, s.r.o.           Home | Man pages | tLDP | Documents | Utilities | About
Design by styleshout