CompareFileTime.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

CompareFileTime (KERNEL32.@)

SYNOPSIS

INT CompareFileTime
 (
  const FILETIME* x,
  const FILETIME* y
 )

DESCRIPTION

Compare two FILETIME's to each other.

PARAMS

x [In] First time.

y [In] time to compare to x.

RETURNS

-1, 0, or 1 indicating that x is less than, equal to, or greater than y respectively.

IMPLEMENTATION

Defined in "winbase.h".

Implemented in "dlls/kernel32/time.c".

Debug channel "time".