table of contents
other versions
- wheezy 1.4.1-4
SafeArrayAllocData(3w) | Wine API | SafeArrayAllocData(3w) |
NAME¶
SafeArrayAllocData (OLEAUT32.37)SYNOPSIS¶
HRESULT SafeArrayAllocData(
SAFEARRAY* psa
)
DESCRIPTION¶
Allocate the data area of a SafeArray.PARAMS¶
psa [In] SafeArray to allocate the data area of.RETURNS¶
Success: S_OK. The data area is allocated and initialised. Failure: An HRESULT error code indicating the error.NOTES¶
See SafeArray(3w).IMPLEMENTATION¶
Declared in "oleauto.h". Implemented in "dlls/oleaut32/safearray.c". Debug channel "variant".Oct 2012 | Wine API |