IVsWindowFrame2.Unadvise(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.
Stops a client from being notified of window frame events.
public:
int Unadvise(System::UInt32 dwCookie);
public:
int Unadvise(unsigned int dwCookie);
int Unadvise(unsigned int dwCookie);
public int Unadvise (uint dwCookie);
abstract member Unadvise : uint32 -> int
Public Function Unadvise (dwCookie As UInteger) As Integer
Parameters
- dwCookie
- UInt32
[in] The unique value that was returned from the Advise(IVsWindowFrameNotify, UInt32) method.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
COM Signature
From vsshell80.idl:
HRESULT IVsWindowFrame2::Unadvise(
[in] VSCOOKIE dwCookie
);