IVsDeployableProjectCfg2.UnadviseDeployStatusCallback(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.
Disconnects the callback established by AdviseDeployStatusCallback(IVsDeployStatusCallback, UInt32).
public:
int UnadviseDeployStatusCallback(System::UInt32 dwCookie);
public:
int UnadviseDeployStatusCallback(unsigned int dwCookie);
int UnadviseDeployStatusCallback(unsigned int dwCookie);
public int UnadviseDeployStatusCallback (uint dwCookie);
abstract member UnadviseDeployStatusCallback : uint32 -> int
Public Function UnadviseDeployStatusCallback (dwCookie As UInteger) As Integer
Parameters
- dwCookie
- UInt32
[in] VSCOOKIE returned by AdviseDeployStatusCallback(IVsDeployStatusCallback, UInt32).
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.