Contents Index Topic Contents | ||
Previous Topic: IHTMLAreasCollection::add Next Topic: IHTMLAreasCollection::get__newEnum |
IHTMLAreasCollection::get_length
HRESULT get_length( long *p );Retrieves the number of elements in a collection.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a long integer variable that receives the number of elements.
See also put_length
IHTMLAreasCollection::put_length
HRESULT put_length( long v );Sets the number of elements in a collection.
- Returns S_OK if successful, or an error value otherwise.
- v
- Long integer value that specifies the number of elements.
See also get_length
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.