DdmReader.ReadInt16 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
| ReadInt16() | |
| ReadInt16(EndianType) |
ReadInt16()
public:
short ReadInt16();
public short ReadInt16 ();
member this.ReadInt16 : unit -> int16
Public Function ReadInt16 () As Short
Returns
Applies to
ReadInt16(EndianType)
public:
short ReadInt16(Microsoft::HostIntegration::Drda::Common::EndianType type);
public short ReadInt16 (Microsoft.HostIntegration.Drda.Common.EndianType type);
member this.ReadInt16 : Microsoft.HostIntegration.Drda.Common.EndianType -> int16
Public Function ReadInt16 (type As EndianType) As Short
Parameters
- type
- EndianType