go-wca/pkg/wca/IAudioSessionEvents.go
2020-05-24 10:03:04 +09:00

18 lines
443 B
Go

package wca
type IAudioSessionEvents struct {
VTable *IAudioSessionEventsVtbl
}
type IAudioSessionEventsVtbl struct {
QueryInterface uintptr
AddRef uintptr
Release uintptr
OnDisplayNameChanged uintptr
OnIconPathChanged uintptr
OnSimpleVolumeChanged uintptr
OnChannelVolumeChanged uintptr
OnGroupingParamChanged uintptr
OnStateChanged uintptr
OnSessionDisconnected uintptr
}