/* ** GENEREATED FILE - DO NOT MODIFY ** */ package com.wilutions.mslib.uccollaborationlib; import com.wilutions.com.*; /** * ActiveAudioDeviceChangedEventData. * ActiveAudioDeviceChangedEventData Class */ @CoClass(guid="{94CC207A-00F7-4C2C-9F73-1E8DDC84771D}") public class ActiveAudioDeviceChangedEventData extends Dispatch { static boolean __typelib__loaded = __TypeLib.load(); public ActiveAudioDeviceChangedEventData() throws ComException { super("{94CC207A-00F7-4C2C-9F73-1E8DDC84771D}"); } protected ActiveAudioDeviceChangedEventData(long ndisp) { super(ndisp); } public String toString() { return "[ActiveAudioDeviceChangedEventData" + super.toString() + "]"; } }