LARGE_INTEGER.QuadPart Field
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'宣告
Public QuadPart As Long
'用途
Dim instance As LARGE_INTEGER
Dim value As Long
value = instance.QuadPart
instance.QuadPart = value
public long QuadPart
public:
long long QuadPart
val mutable QuadPart: int64
public var QuadPart : long
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.