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... | |
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.
|
inline |
Determines if the current object and the specified object are equal, i.e. represent the same file time.
int32_t System::Runtime::InteropServices::FILETIME::dwHighDateTime |
High datetime dword.
int32_t System::Runtime::InteropServices::FILETIME::dwLowDateTime |
Low datetime dword.