github.com/shakinm/xlsReader@v0.9.12/xls/structure/IPWideString.go (about)

     1  package structure
     2  
     3  type LPWideString struct {
     4  	CchCharacters [2]byte
     5  	RgchData      []byte
     6  }