@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: The CoGetCancelObject API !!!!C# Signature: [DllImport("ole32.dll", ExactSpelling=true, PreserveSig=false)] [return: MarshalAs(UnmanagedType.Interface)] static extern ICancelMethodCalls CoGetCancelObject( uint dwThreadID, [In, MarshalAs(UnmanagedType.LPStruct)] Guid riid); !!!!User-Defined Types: [InterfaceType(ComInterfaceType.InterfaceIsIUnknown)] [GuidAttribute("00000029-0000-0000-C000-000000000046")] interface ICancelMethodCalls { void Cancel(uint ulSeconds); void TestCancel(); } !!!!Notes: None. !!!!Tips & Tricks: Please add some! !!!!Sample Code: Please add some! !!!!Alternative Managed API: Do you know one? Please contribute it! Documentation: CoGetCancelObject@msdn on MSDN
Edit ole32.CoGetCancel...
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.