fUseIterations
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;
Remarks
In case of an error, such as a lost packet, for example, the Ethernet debugger waits a couple of seconds and retransmits, which is when OEMEthGetSecs get called. However, all interrupts are turned off while inside the kernel debugger and OEMEthGetSecs may not work. In this case you can create delays with iterations by using fUseIterations.
Requirements
OS Versions: Windows CE 3.0 and later.
Header: Developer defined.
See Also
Last updated on Wednesday, April 13, 2005
© 2005 Microsoft Corporation. All rights reserved.