fUseIterations (Windows CE 5.0)

Send Feedback

If OEMEthGetSecs has been designed to work with interrupts off, this flag should be set to FALSE. Otherwise, the flag should be declared in OEMInit and set to TRUE.

This variable is obsolete.

BOOL fUseIterations; 

Parameters

None.

Return Values

None.

Remarks

In case of an error (such as a lost packet), the Ethernet debugger waits a couple of seconds and retransmits, which is when OEMEthGetSecs is called. However, all interrupts are turned off while inside the kernel debugger and OEMEthGetSecs might not work. If so, you can create delays with iterations by using fUseIterations.

Requirements

OS Versions: Windows CE 3.0 and later.
Header: Developer defined.

See Also

OEMEthGetSecs | OEMInit

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.