[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,
Unsigned long* pdwCookie
);
[C++]Parameters
pUnkSink [in] pUnkSink is a parameter of type LPUNKNOWN pdwCookie [out] pdwCookie is a parameter of type Unsigned long
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
IConnectionPoint is a Microsoft interface. Please refer to MSDN for information about this interface.