Virtual Wave Driver v1.0 |
Property ReadStream As VariantRead/Write: Read only
Code sample:
Private Sub VirtualOutSrc_OnStreamData(ByVal cbSize As Long, ByVal pAddress As Long) Dim var As Variant var = VirtualOutSrc.ReadStream ... Debug.Print TypeName(var) End Sub