C# Class Microsoft.Protocols.TestSuites.Rdpbcgr.efs.RDP_LOCK_INFO

The RDP_LOCK_INFO packet specifies the region of the file to lock or unlock.
file:///D:/programs/RFSPAC/XML-RDPEFS/_rfc_ms-rdpefs2_2_1_6.xml
Datei anzeigen Open project: Microsoft/WindowsProtocolTestSuites

Public Properties

Property Type Description
LengthHigh uint
LengthLow uint
OffsetHigh uint
OffsetLow uint

Property Details

LengthHigh public_oe property

public uint LengthHigh
return uint

LengthLow public_oe property

A 64-bit unsigned integer that specifies the length of the region. A 64-bit unsigned integer that specifies the offset at which the region starts.
public uint LengthLow
return uint

OffsetHigh public_oe property

public uint OffsetHigh
return uint

OffsetLow public_oe property

public uint OffsetLow
return uint