Files
archived-g-helper/app/NvAPIWrapper/Native/Constants/General.cs
2023-05-06 14:40:52 +02:00

8 lines
189 B
C#

namespace NvAPIWrapper.Native.Constants
{
internal static class General
{
public const int BinaryDataMax = 4096;
public const int UnicodeStringLength = 2048;
}
}