Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var MemoryViewClose = func(id uint32) (error errno.Error) {
return 0
}
View Source
var MemoryViewNew = func(bufPtr *byte, size uint32, readCloser uint32, idPtr *uint32) (error errno.Error) {
return 0
}
View Source
var MemoryViewRead = func(id uint32, offset uint32, count uint32, bufPtr *byte, nPtr *uint32) (error errno.Error) {
return 0
}
View Source
var MemoryViewSize = func(id uint32, sizePtr *uint32) (error errno.Error) {
return 0
}
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.