Enum BSFlags
Flags for FastBuffer<T>.GetString.
[Flags]
public enum BSFlags
Namespace: Au.Types
Assembly: Au.dll
Fields
Name | Description |
---|---|
ReturnsLengthWith0 | The API returns string length including the terminating |
Truncates | If buffer too small, the API gets part of string instead of returning required buffer length. |