TestimoX

API Reference

Class

SmbShareOpenFileInfo

Namespace ComputerX.Smb
Assembly ComputerX
Modifiers sealed

Open-file row returned by the Windows SMB server service.

Inheritance

  • Object
  • SmbShareOpenFileInfo

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Constructors

public SmbShareOpenFileInfo() #

Properties

public String ComputerName { get; set; } #

Computer hosting the open file.

public String ShareName { get; set; } #

Share whose local path matched the open file, when known.

public UInt32 Id { get; set; } #

Server-assigned open file identifier.

public String Path { get; set; } #

Open path reported by the server service.

public String UserName { get; set; } #

User account that opened the file.

public UInt32 Permissions { get; set; } #

Open permission mask reported by Windows.

public UInt32 LockCount { get; set; } #

Number of active locks reported for the open file.