Skip to content

Commit 644d1f4

Browse files
committed
Remove unused structures
1 parent aa2bd78 commit 644d1f4

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

src/Files.App/Helpers/Win32/Win32PInvoke.Structs.cs

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -139,12 +139,6 @@ public sealed class WIN32_FIND_STREAM_DATA
139139
public string cStreamName;
140140
}
141141

142-
[StructLayout(LayoutKind.Sequential)]
143-
public struct TOKEN_USER
144-
{
145-
public SID_AND_ATTRIBUTES User;
146-
}
147-
148142
[StructLayout(LayoutKind.Sequential)]
149143
public struct SID_AND_ATTRIBUTES
150144
{
@@ -153,13 +147,6 @@ public struct SID_AND_ATTRIBUTES
153147
public uint Attributes;
154148
}
155149

156-
[StructLayout(LayoutKind.Sequential)]
157-
public struct CRYPTOAPI_BLOB
158-
{
159-
public uint cbData;
160-
public IntPtr pbData;
161-
}
162-
163150
[StructLayout(LayoutKind.Sequential)]
164151
public struct SYSTEMTIME
165152
{
@@ -211,16 +198,5 @@ public struct WIN32_FIND_DATA
211198
[MarshalAs(UnmanagedType.ByValTStr, SizeConst = 14)]
212199
public string cAlternateFileName;
213200
}
214-
215-
[StructLayout(LayoutKind.Sequential)]
216-
public struct MSG
217-
{
218-
public IntPtr hwnd;
219-
public uint message;
220-
public IntPtr wParam;
221-
public IntPtr lParam;
222-
public uint time;
223-
public System.Drawing.Point pt;
224-
}
225201
}
226202
}

0 commit comments

Comments
 (0)