72 lines
716 B
ReStructuredText
72 lines
716 B
ReStructuredText
|
|
||
|
|
||
|
_FILETIME Struct
|
||
|
================
|
||
|
|
||
|
|
||
|
|
||
|
.. contents::
|
||
|
:local:
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
Syntax
|
||
|
------
|
||
|
|
||
|
.. code-block:: csharp
|
||
|
|
||
|
public struct _FILETIME
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
GitHub
|
||
|
------
|
||
|
|
||
|
`View on GitHub <https://github.com/aspnet/apidocs/blob/master/aspnet/testing/src/Microsoft.Dnx.TestHost/DIA/Structs.cs>`_
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
.. dn:structure:: dia2._FILETIME
|
||
|
|
||
|
Fields
|
||
|
------
|
||
|
|
||
|
.. dn:structure:: dia2._FILETIME
|
||
|
:noindex:
|
||
|
:hidden:
|
||
|
|
||
|
|
||
|
.. dn:field:: dia2._FILETIME.dwHighDateTime
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
.. code-block:: csharp
|
||
|
|
||
|
public uint dwHighDateTime
|
||
|
|
||
|
.. dn:field:: dia2._FILETIME.dwLowDateTime
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
.. code-block:: csharp
|
||
|
|
||
|
public uint dwLowDateTime
|
||
|
|
||
|
|