mirror of
https://github.com/jkocon/g-helper.git
synced 2026-06-24 14:41:04 +02:00
8 lines
189 B
C#
8 lines
189 B
C#
namespace NvAPIWrapper.Native.Constants
|
|
{
|
|
internal static class General
|
|
{
|
|
public const int BinaryDataMax = 4096;
|
|
public const int UnicodeStringLength = 2048;
|
|
}
|
|
} |