github.com/ZaytsveDmitriy/ole@v1.2.9/itypeinfo_func.go (about) 1 // +build !windows 2 3 package ole 4 5 func (v *ITypeInfo) GetTypeAttr() (*TYPEATTR, error) { 6 return nil, NewError(E_NOTIMPL) 7 }