Share via


SafeArrayGetElemsize

This function retrieves the size (in bytes) of the elements of a safearray.

HRESULT SafeArrayGetElemsize(
  SAFEARRAY FAR* psa 
);

Parameters

Return Values

Returns the size (in bytes) of the elements of a safearray.

Remarks

Passing invalid (and under some circumstances NULL) pointers to this function causes an unexpected termination of the application.

Requirements

OS Versions: Windows CE 2.0 and later.
Header: Oleauto.h.
Link Library: Oleaut32.lib.

See Also

SafeArrayCreate

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.