@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: TODO - a short description !!!!C# Definition: [ComImport] [Guid("b722bcc7-4e68-101b-a2bc-00aa00404770")] [InterfaceType(ComInterfaceType.InterfaceIsIUnknown)] public interface IOleDocumentSite { void ActivateMe(ref object pViewToActivate); } !!!!VB Definition: <ComImport(), _ Guid("b722bcc7-4e68-101b-a2bc-00aa00404770"), _ InterfaceType(ComInterfaceType.InterfaceIsIUnknown)> _ Public Interface IOleDocumentSite Sub ActivateMe(ByRef pViewToActivate As Object) End Interface !!!!User-Defined Types: None. !!!!Notes: None. Documentation: IOleDocumentSite@msdn on MSDN
Edit Interfaces.IOleDo...
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.