fUseIterations (Windows Embedded CE 6.0)
1/5/2010
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.
Syntax
BOOL fUseIterations;
Parameters
None.
Return Value
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
Header | Developer Implemented |
Windows Embedded CE | Windows CE 3.0 and later |