TIME_OF_DAY_INFO

【勇芳软件工作室】汉化HomePreviousNext

TIME_OF_DAY_INFO结构从远程服务器返回有关时间的信息。

typedef struct _TIME_OF_DAY_INFO {

DWORD tod_elapsedt;

DWORD tod_msecs;

DWORD tod_hours;

DWORD tod_mins;

DWORD tod_secs;

DWORD tod_hunds;

LONG tod_timezone;

DWORD tod_tinterval;

DWORD tod_day;

DWORD tod_month;

DWORD tod_year;

DWORD tod_weekday;

} TIME_OF_DAY_INFO, *PTIME_OF_DAY_INFO, *LPTIME_OF_DAY_INFO;

会员

Specifies the number of seconds since 00:00:00, January 1, 1970.

指定从1970年1月1日00:00:00开始的秒数。

Specifies the number of milliseconds from an arbitrary starting point (system reset).

指定任意起始点(系统复位)的毫秒数。通常,该成员被读取两次,一次在进程开始时再次结束,然后从另一个值中减去一个值来确定进程花费多长时间。

Specifies the current hour (0-23).

指定当前小时(0-23)。

Specifies the current minute (0-59).

指定当前分钟(0-59)。

Specifies the current second (0-59).

指定当前秒(0-59)。

Specifies the current hundredth second (0.01 second) (0-99).

指定当前第100秒(0.01秒)(0-99)。

Specifies the time zone of the server.

指定服务器的时区。该值以格林尼治标准时间(GMT)计算,以分钟计算。格林威治以西时区,值为正;在格林威治以东的时区,价值为负。值-1表示时区未定义。

Specifies the time interval for each tick of the clock.

指定时钟的每个刻度的时间间隔。每个积分整数表示万分之一秒(0.0001秒)。

Specifies the day of the month (1-31).

指定月份的日期(1-31)。

Specifies the month of the year (1-12).

指定年份的月份(1-12)。

Specifies the year.

指定年份。

Key blobs are the data structures that store keys when they are not inside of a CSP.

指定星期几(0-6,其中0是星期日,1是星期一,依此类推)。

也可以看看

NetRemoteTOD