Home
last modified time | relevance | path

Searched refs:Bound (Results 1 – 1 of 1) sorted by relevance

/reactos/modules/rostests/apitests/shlwapi/
H A DSHPropertyBag.cpp37 SAFEARRAYBOUND Bound; in CreateByteArray() local
38 Bound.lLbound = 0; in CreateByteArray()
39 Bound.cElements = cbSize; in CreateByteArray()
41 SAFEARRAY* pArray = SafeArrayCreate(VT_UI1, 1, &Bound); in CreateByteArray()