Documentation ¶
Rendered for windows/amd64
Index ¶
Constants ¶
View Source
const ( FILE_MAP_ALL_ACCESS = 0xF001F PAGE_READWRITE = 0x04 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type SharedMemory ¶
type SharedMemory struct {
// contains filtered or unexported fields
}
func (*SharedMemory) Close ¶
func (shm *SharedMemory) Close() error
func (*SharedMemory) ReadMemory ¶
func (shm *SharedMemory) ReadMemory(begin, end int, data any) error
func (*SharedMemory) WriteMemory ¶
func (shm *SharedMemory) WriteMemory(begin, end int, data any) (err error)
Click to show internal directories.
Click to hide internal directories.