C# Class Microsoft.Protocols.TestSuites.Common.RopGetSearchCriteriaResponse

Afficher le fichier Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Méthodes publiques

Свойство Type Description
FolderIdCount ushort
FolderIds ulong[]
InputHandleIndex byte
LogonId byte
RestrictionData byte[]
RestrictionDataSize ushort
ReturnValue uint
RopId byte
SearchFlags uint

Méthodes publiques

Méthode Description
Deserialize ( byte ropBytes, int startIndex ) : int

Deserialize the ROP response buffer.

Method Details

Deserialize() public méthode

Deserialize the ROP response buffer.
public Deserialize ( byte ropBytes, int startIndex ) : int
ropBytes byte ROPs bytes in response.
startIndex int The start index of this ROP.
Résultat int

Property Details

FolderIdCount public_oe property

This value specifies the number of IDs in the FolderIds field.
public ushort FolderIdCount
Résultat ushort

FolderIds public_oe property

This field contains identifiers that specify which folders are searched.
public ulong[] FolderIds
Résultat ulong[]

InputHandleIndex public_oe property

This index MUST be set to the InputHandleIndex specified in the request.
public byte InputHandleIndex
Résultat byte

LogonId public_oe property

This field MUST be set to the value of the LogonId field in the request.
public byte LogonId
Résultat byte

RestrictionData public_oe property

This field contains a restriction packet, as specified in [MS-OXCDATA] section 2.13. The restriction specifies the filter for this search folder.
public byte[] RestrictionData
Résultat byte[]

RestrictionDataSize public_oe property

This value specifies the length of the RestrictionData field.
public ushort RestrictionDataSize
Résultat ushort

ReturnValue public_oe property

This value specifies the status of the remote operation. For successful response, this field is set to 0x00000000. For failure response, this field is set to a value other than 0x00000000.
public uint ReturnValue
Résultat uint

RopId public_oe property

This value specifies the type of remote operation. For this operation, this field is set to 0x31.
public byte RopId
Résultat byte

SearchFlags public_oe property

These flags control the search for a search folder.
public uint SearchFlags
Résultat uint