@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: TODO - a short description !!!!C# Definition: [ComVisible(false)] [ComImport, InterfaceType(ComInterfaceType.InterfaceIsIUnknown), Guid("9c2c4058-23f5-41de-877a-df3af236a09e")] public interface IConnector { int GetType(out ConnectorType pType); int GetDataFlow(out DataFlow dataFlow); int ConnectTo([In] IConnector connector); int Disconnect(); int IsConnected(out bool pbConnected); int GetConnectedTo([Out, MarshalAs(UnmanagedType.LPArray)] out IConnector ppConTo); int GetConnectorIdConnectedTo(out string ppwstrConnectorId); int GetDeviceIdConnectedTo(out string ppwstrDeviceId); } !!!!VB Definition: <ComImport> _ <Guid("TODO")> _ 'TODO: Insert <InterfaceType(ComInterfaceType.InterfaceIsIUnknown)> _ if this doesn't derive from IDispatch Interface IConnector TODO End Interface !!!!User-Defined Types: None. !!!!Notes: untested! Documentation: IConnector@msdn on MSDN
Edit Interfaces.IConne...
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.