# LSA\_STRING

```csharp
public struct LSA_STRING
{
    public ushort Length;
    public ushort MaximumLength;
    public PSTR Buffer;
}
```
