Home
last modified time | relevance | path

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

/reactos/dll/win32/msxml3/
H A Dnodelist.c241 LONG* listLength) in xmlnodelist_get_length() argument
249 TRACE("(%p)->(%p)\n", This, listLength); in xmlnodelist_get_length()
251 if(!listLength) in xmlnodelist_get_length()
261 *listLength = nodeCount; in xmlnodelist_get_length()
H A Dselection.c259 LONG* listLength) in domselection_get_length() argument
263 TRACE("(%p)->(%p)\n", This, listLength); in domselection_get_length()
265 if(!listLength) in domselection_get_length()
268 *listLength = xmlXPathNodeSetGetLength(This->result->nodesetval); in domselection_get_length()
/reactos/sdk/include/psdk/
H A Dxmldom.idl345 HRESULT length( [out,retval] LONG *listLength );
386 HRESULT length( [out,retval] LONG *listLength );