DdmReader.ReadInt48 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
| ReadInt48() | |
| ReadInt48(EndianType) |
ReadInt48()
public:
long ReadInt48();
public long ReadInt48 ();
member this.ReadInt48 : unit -> int64
Public Function ReadInt48 () As Long
Returns
Applies to
ReadInt48(EndianType)
public:
long ReadInt48(Microsoft::HostIntegration::Drda::Common::EndianType type);
public long ReadInt48 (Microsoft.HostIntegration.Drda.Common.EndianType type);
member this.ReadInt48 : Microsoft.HostIntegration.Drda.Common.EndianType -> int64
Public Function ReadInt48 (type As EndianType) As Long
Parameters
- type
- EndianType