IVsPublishableProjectCfg.UnadvisePublishStatusCallback(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.
Unregisters a callback used for monitoring publishing status.
public:
int UnadvisePublishStatusCallback(System::UInt32 dwCookie);
public:
int UnadvisePublishStatusCallback(unsigned int dwCookie);
int UnadvisePublishStatusCallback(unsigned int dwCookie);
public int UnadvisePublishStatusCallback (uint dwCookie);
abstract member UnadvisePublishStatusCallback : uint32 -> int
Public Function UnadvisePublishStatusCallback (dwCookie As UInteger) As Integer
Parameters
- dwCookie
- UInt32
[in] Integer. The VSCOOKIE from the AdvisePublishStatusCallback(IVsPublishableProjectStatusCallback, UInt32) call that registered the callback interface.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
COM Signature
From vsshell80.idl:
[C++]
HRESULT IVsPublishableProjectCfg::UnadvisePublishStatusCallback(
[in] VSCOOKIE dwCookie
);