mirror of
https://github.com/TalAloni/SMBLibrary.git
synced 2025-05-29 16:59:50 +02:00
Updated FileLinkInformation and FileRenameInformation remarks
This commit is contained in:
parent
f16b691d90
commit
1401ee7d43
4 changed files with 8 additions and 8 deletions
|
@ -16,8 +16,8 @@ namespace SMBLibrary
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <remarks>
|
/// <remarks>
|
||||||
/// [MS-FSA] 2.1.5.14.6
|
/// [MS-FSA] 2.1.5.14.6
|
||||||
/// FILE_LINK_INFORMATION_TYPE_1: Used for 32-bit local clients.
|
/// FILE_LINK_INFORMATION_TYPE_1: Used for 32-bit local clients and the SMB1 protocol.
|
||||||
/// FILE_LINK_INFORMATION_TYPE_2: Used for remote clients or 64-bit local clients.
|
/// FILE_LINK_INFORMATION_TYPE_2: Used for 64-bit local clients and the SMB2 protocol.
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
public class FileLinkInformationType1 : FileInformation
|
public class FileLinkInformationType1 : FileInformation
|
||||||
{
|
{
|
||||||
|
|
|
@ -16,8 +16,8 @@ namespace SMBLibrary
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <remarks>
|
/// <remarks>
|
||||||
/// [MS-FSA] 2.1.5.14.6
|
/// [MS-FSA] 2.1.5.14.6
|
||||||
/// FILE_LINK_INFORMATION_TYPE_1: Used for 32-bit local clients.
|
/// FILE_LINK_INFORMATION_TYPE_1: Used for 32-bit local clients and the SMB1 protocol.
|
||||||
/// FILE_LINK_INFORMATION_TYPE_2: Used for remote clients or 64-bit local clients.
|
/// FILE_LINK_INFORMATION_TYPE_2: Used for 64-bit local clients and the SMB2 protocol.
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
public class FileLinkInformationType2 : FileInformation
|
public class FileLinkInformationType2 : FileInformation
|
||||||
{
|
{
|
||||||
|
|
|
@ -16,8 +16,8 @@ namespace SMBLibrary
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <remarks>
|
/// <remarks>
|
||||||
/// [MS-FSA] 2.1.5.14.11
|
/// [MS-FSA] 2.1.5.14.11
|
||||||
/// FILE_RENAME_INFORMATION_TYPE_1: Used for 32-bit local clients.
|
/// FILE_RENAME_INFORMATION_TYPE_1: Used for 32-bit local clients and the SMB1 protocol.
|
||||||
/// FILE_RENAME_INFORMATION_TYPE_2: Used for remote clients or 64-bit local clients.
|
/// FILE_RENAME_INFORMATION_TYPE_2: Used for 64-bit local clients and the SMB2 protocol.
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
public class FileRenameInformationType1 : FileInformation
|
public class FileRenameInformationType1 : FileInformation
|
||||||
{
|
{
|
||||||
|
|
|
@ -16,8 +16,8 @@ namespace SMBLibrary
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <remarks>
|
/// <remarks>
|
||||||
/// [MS-FSA] 2.1.5.14.11
|
/// [MS-FSA] 2.1.5.14.11
|
||||||
/// FILE_RENAME_INFORMATION_TYPE_1: Used for 32-bit local clients.
|
/// FILE_RENAME_INFORMATION_TYPE_1: Used for 32-bit local clients and the SMB1 protocol.
|
||||||
/// FILE_RENAME_INFORMATION_TYPE_2: Used for remote clients or 64-bit local clients.
|
/// FILE_RENAME_INFORMATION_TYPE_2: Used for 64-bit local clients and the SMB2 protocol.
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
public class FileRenameInformationType2 : FileInformation
|
public class FileRenameInformationType2 : FileInformation
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue