IVsSolution8.AdviseSolutionEventsEx(Guid, Object, UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
int AdviseSolutionEventsEx(Guid % guidCallerId, System::Object ^ pSink, [Runtime::InteropServices::Out] System::UInt32 % pdwCookie);
public int AdviseSolutionEventsEx (ref Guid guidCallerId, object pSink, out uint pdwCookie);
abstract member AdviseSolutionEventsEx : Guid * obj * uint32 -> int
Public Function AdviseSolutionEventsEx (ByRef guidCallerId As Guid, pSink As Object, ByRef pdwCookie As UInteger) As Integer
Parameters
- guidCallerId
- Guid
- pSink
- Object
- pdwCookie
- UInt32