FILETIME Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the number of 100-nanosecond intervals since January 1, 1601. This structure is a 64-bit value.
public value class FILETIME
public struct FILETIME
type FILETIME = struct
Public Structure FILETIME
- Inheritance
Remarks
For more information, see FILETIME structure.
The common language runtime throws an exception when a COM method in native code returns an HRESULT. For more information, see How to: Map HRESULTs and Exceptions.
Fields
dwHighDateTime |
Specifies the high 32 bits of the |
dwLowDateTime |
Specifies the low 32 bits of the |