Searched defs:psa (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI.cpp170 SAFEARRAY *psa = (SAFEARRAY *)RTMemAllocZ(sizeof(SAFEARRAY));
171 if (!psa)
172 return psa;
178 RTMemFree(psa);
181 psa->pv = pv;
182 psa->c = cElements;
184 return psa;
201 VBoxSafeArrayDestroy(SAFEARRAY *psa) argument
204 if (psa)
206 if (psa
217 VBoxSafeArrayCopyInParamHelper(SAFEARRAY *psa, const void *pv, ULONG cb) argument
240 VBoxSafeArrayCopyOutParamHelper(void **ppv, ULONG *pcb, VARTYPE vt, SAFEARRAY *psa) argument
303 VBoxSafeArrayCopyOutIfaceParamHelper(IUnknown ***ppaObj, ULONG *pcObj, SAFEARRAY *psa) argument
[all...]

Completed in 37 milliseconds