Retrieves the number of times the MARQUEE will loop.
Syntax
HRESULT get_loop( long *p );
Parameters
- p
- Address of a long variable that receives the number of times to loop. This parameter receives -1 if the marquee is set to loop continuously.
Return Value
Returns S_OK if successful, or an error code otherwise.
Remarks
For descriptions of how the loop works for some boundary cases, see the loop property.
Windows CE
Windows CE Use version 2.12 and later Minimum availability Internet Explorer 4.0
Sets the number of times the MARQUEE should loop.
Syntax
HRESULT put_loop( long v );
Parameters
- v
- Long value that specifies the number of times to loop. If this parameter is -1 (infinite), the marquee will loop continuously.
Return Value
Returns S_OK if successful, or an error code otherwise.
Remarks
For descriptions of how the loop works for some boundary cases, see the loop property.
Windows CE
Windows CE Use version 2.12 and later Minimum availability Internet Explorer 4.0