![]() | ![]() | ![]() |
| ||
|
IHTMLLinkElement::get_type
HRESULT get_type( BSTR *p );Retrieves the current style of the list.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a variable that receives the list style. Can be one of these values:
1 Use numbers. This is the default value. a Use small letters. A Use large letters. i Use small roman numerals. I Use large roman numerals. See also put_type
IHTMLLinkElement::put_type
HRESULT put_type( BSTR v );Changes the style of the list.
- Returns S_OK if successful, or an error value otherwise.
- v
- String specifying the list style. Can be one of these values:
1 Use numbers. This is the default value. a Use small letters. A Use large letters. i Use small roman numerals. I Use large roman numerals. See also get_type
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.