This document is archived and information here might be outdated. Recommended version. |
[Visual Basic .NET] Public Sub Advise ( _ ByVal pUnkSink As Object, _ ByRef pdwCookie As Integer _ )
[C#] public void Advise ( object pUnkSink, ref uint pdwCookie );
[C++]
HRESULT Advise(
LPUNKNOWN pUnkSink,
System.UInt32* pdwCookie
);
[C++]
Parameters pUnkSink [in]
pUnkSink is a parameter of type IUnknown pdwCookie [out]
pdwCookie is a parameter of type unsigned long*
IConnectionPoint is a Microsoft interface. Please refer to MSDN for information about this interface.