Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DyLib ¶
type DyLib struct {
// contains filtered or unexported fields
}
type ReturnValue ¶
type ReturnValue struct {
// contains filtered or unexported fields
}
func NewReturnValue ¶
func NewReturnValue(value uintptr) *ReturnValue
func (*ReturnValue) ToBool ¶
func (r *ReturnValue) ToBool() bool
func (*ReturnValue) ToBytes ¶
func (r *ReturnValue) ToBytes(maxLen int) []byte
func (*ReturnValue) ToInt ¶
func (r *ReturnValue) ToInt() int64
func (*ReturnValue) ToString ¶
func (r *ReturnValue) ToString() string
type VarUtil ¶
type VarUtil struct {
// contains filtered or unexported fields
}
func NewValString ¶
func NewVarBuffer ¶
func NewVarInt32 ¶
func NewVarInt32Ptr ¶
func NewVarInt64 ¶
func NewVarInt64Ptr ¶
func (*VarUtil) BufferValue ¶
func (*VarUtil) StringValue ¶
Click to show internal directories.
Click to hide internal directories.