go-wca/pkg/wca/IAudioSessionNotification.go

12 lines
245 B
Go

package wca
type IAudioSessionNotification struct {
VTable *IAudioSessionNotificationVtbl
}
type IAudioSessionNotificationVtbl struct {
QueryInterface uintptr
AddRef uintptr
Release uintptr
OnSessionCreated uintptr
}