SafeArrayAccessData(3w)

NAME

SafeArrayAccessData (OLEAUT32.23)

SYNOPSIS

HRESULT SafeArrayAccessData
 (
  SAFEARRAY* psa,
  void**     ppvData
 )

DESCRIPTION

Lock a SafeArray and return a pointer to its data.

PARAMS

psa [In] Array to get the data pointer from.

ppvData [Out] Destination for the arrays data pointer.

RETURNS

Success: S_OK. ppvData contains the arrays data pointer, and the array is locked.

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