File tree 1 file changed +0
-24
lines changed
src/Files.App/Helpers/Win32 1 file changed +0
-24
lines changed Original file line number Diff line number Diff line change @@ -139,12 +139,6 @@ public sealed class WIN32_FIND_STREAM_DATA
139
139
public string cStreamName ;
140
140
}
141
141
142
- [ StructLayout ( LayoutKind . Sequential ) ]
143
- public struct TOKEN_USER
144
- {
145
- public SID_AND_ATTRIBUTES User ;
146
- }
147
-
148
142
[ StructLayout ( LayoutKind . Sequential ) ]
149
143
public struct SID_AND_ATTRIBUTES
150
144
{
@@ -153,13 +147,6 @@ public struct SID_AND_ATTRIBUTES
153
147
public uint Attributes ;
154
148
}
155
149
156
- [ StructLayout ( LayoutKind . Sequential ) ]
157
- public struct CRYPTOAPI_BLOB
158
- {
159
- public uint cbData ;
160
- public IntPtr pbData ;
161
- }
162
-
163
150
[ StructLayout ( LayoutKind . Sequential ) ]
164
151
public struct SYSTEMTIME
165
152
{
@@ -211,16 +198,5 @@ public struct WIN32_FIND_DATA
211
198
[ MarshalAs ( UnmanagedType . ByValTStr , SizeConst = 14 ) ]
212
199
public string cAlternateFileName ;
213
200
}
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
- }
225
201
}
226
202
}
You can’t perform that action at this time.
0 commit comments