timeval (Windows CE 5.0)

Send Feedback

This structure is used to specify time values.

struct timeval {long tv_sec;long tv_usec;};

Members

  • tv_sec
    Time value, in seconds.
  • tv_usec
    Time value, in microseconds.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Winsock2.h.

See Also

linger | select

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.