![]() | ![]() | ![]() |
| ||
|
IHTMLOListElement::get_start
HRESULT get_start( long *p );Retrieves the starting number for a list.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of long integer value specifying the starting point of the list.
See also put_start
IHTMLOListElement::put_start
HRESULT put_start( long v );Sets the starting number for a list.
- Returns S_OK if successful, or an error value otherwise.
- v
- Long integer value specifying the starting point of the list.
See also get_start
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.