Fixed WIN32_FIND_STREAM_DATA to expose cStreamName

pull/303/head
dahall 2022-06-28 14:56:10 -06:00
parent 298ea34914
commit 47b609765d
1 changed files with 2 additions and 1 deletions

View File

@ -5103,7 +5103,8 @@ namespace Vanara.PInvoke
/// <summary>
/// <para>The name of the stream. The string name format is ":streamname:$streamtype".</para>
/// </summary>
[MarshalAs(UnmanagedType.ByValTStr, SizeConst = MAX_PATH + 36)] private readonly string cStreamName;
[MarshalAs(UnmanagedType.ByValTStr, SizeConst = MAX_PATH + 36)]
public string cStreamName;
}
/// <summary>Represents a search handle used in a subsequent call to the <c>FindNextVolumeMountPoint</c> and retrieved by <c>FindFirstVolumeMountPoint</c>.</summary>