- namespace Sunisoft.IrisSkin
- {
- using System;
- using System.Runtime.InteropServices;
- internal class x555516122dcc901e
- {
- public const int MAX_PATH = 260;
- [StructLayout(LayoutKind.Sequential)]
- public struct POINT
- {
- public int x;
- public int y;
- }
- [StructLayout(LayoutKind.Sequential)]
- public struct SIZE
- {
- public int cx;
- public int cy;
- }
- }
- }