GlobalBuffer struct GlobalBuffer Simple scope for writing to HGLOBAL memory. Documentation Code public Void* Pointer { get; } public HRESULT Status { get; } public GlobalBuffer(HGLOBAL hglobal, uint length) public Span<char> AsCharSpan() public Span<byte> AsSpan() public void Dispose()