System::Runtime::InteropServices::FILETIME Struct Reference

Public Member Functions

bool Equals (const FILETIME &other) const
 Determines if the current object and the specified object are equal, i.e. represent the same file time. More...
 

Public Attributes

int32_t dwLowDateTime
 Low datetime dword. More...
 
int32_t dwHighDateTime
 High datetime dword. More...
 

Detailed Description

Holds file time components. This type should be allocated on stack and passed to functions by value or by reference. Never use System::SmartPtr class to manage objects of this type.

Member Function Documentation

◆ Equals()

bool System::Runtime::InteropServices::FILETIME::Equals ( const FILETIME other) const
inline

Determines if the current object and the specified object are equal, i.e. represent the same file time.

Member Data Documentation

◆ dwHighDateTime

int32_t System::Runtime::InteropServices::FILETIME::dwHighDateTime

High datetime dword.

◆ dwLowDateTime

int32_t System::Runtime::InteropServices::FILETIME::dwLowDateTime

Low datetime dword.