다음을 통해 공유


FILETIME 구조체

정의

주의

Use System.Runtime.InteropServices.ComTypes.FILETIME instead. http://go.microsoft.com/fwlink/?linkid=14202

대신 FILETIME를 사용하세요.

public value class FILETIME
[System.Runtime.InteropServices.ComVisible(false)]
public struct FILETIME
[System.Obsolete("Use System.Runtime.InteropServices.ComTypes.FILETIME instead. http://go.microsoft.com/fwlink/?linkid=14202", false)]
public struct FILETIME
[<System.Runtime.InteropServices.ComVisible(false)>]
type FILETIME = struct
[<System.Obsolete("Use System.Runtime.InteropServices.ComTypes.FILETIME instead. http://go.microsoft.com/fwlink/?linkid=14202", false)>]
type FILETIME = struct
Public Structure FILETIME
상속
FILETIME
특성

설명

에 대 한 자세한 내용은 FILETIME 구조체, MSDN Library를 참조 합니다.

필드

dwHighDateTime
사용되지 않음.

FILETIME의 상위 32비트를 지정합니다.

dwLowDateTime
사용되지 않음.

FILETIME의 하위 32비트를 지정합니다.

적용 대상