DdmReader.ReadInt64 Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| ReadInt64(EndianType) | |
| ReadInt64() |
ReadInt64(EndianType)
public:
long ReadInt64(Microsoft::HostIntegration::Drda::Common::EndianType type);
public long ReadInt64 (Microsoft.HostIntegration.Drda.Common.EndianType type);
member this.ReadInt64 : Microsoft.HostIntegration.Drda.Common.EndianType -> int64
Public Function ReadInt64 (type As EndianType) As Long
Parameters
- type
- EndianType
Returns
Applies to
ReadInt64()
public:
long ReadInt64();
public long ReadInt64 ();
member this.ReadInt64 : unit -> int64
Public Function ReadInt64 () As Long