mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-23 00:43:00 -05:00
src: dotnet: WIP
This commit is contained in:
parent
39b60c1348
commit
fa9ff37de9
@ -23,7 +23,7 @@ using System.Security;
|
|||||||
namespace Fsp.Interop
|
namespace Fsp.Interop
|
||||||
{
|
{
|
||||||
|
|
||||||
[StructLayout(LayoutKind.Sequential, CharSet = CharSet.Unicode)]
|
[StructLayout(LayoutKind.Sequential)]
|
||||||
internal struct VolumeParams
|
internal struct VolumeParams
|
||||||
{
|
{
|
||||||
/* const */
|
/* const */
|
||||||
@ -92,7 +92,7 @@ namespace Fsp.Interop
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
[StructLayout(LayoutKind.Sequential, CharSet = CharSet.Unicode)]
|
[StructLayout(LayoutKind.Sequential)]
|
||||||
internal struct VolumeInfo
|
internal struct VolumeInfo
|
||||||
{
|
{
|
||||||
internal const int VolumeLabelSize = 32;
|
internal const int VolumeLabelSize = 32;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user