/* ** GENEREATED FILE - DO NOT MODIFY ** */ package com.wilutions.mslib.uccollaborationlib; import com.wilutions.com.*; /** * ControlRequestReceivedEventData. * ControlRequestReceivedEventData Class */ @CoClass(guid="{797D542E-5BEB-4926-8145-653CB060366F}") public class ControlRequestReceivedEventData extends Dispatch { static boolean __typelib__loaded = __TypeLib.load(); public ControlRequestReceivedEventData() throws ComException { super("{797D542E-5BEB-4926-8145-653CB060366F}"); } protected ControlRequestReceivedEventData(long ndisp) { super(ndisp); } public String toString() { return "[ControlRequestReceivedEventData" + super.toString() + "]"; } }