IVsDeployableProjectCfg.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.
Cancels the environment's registration to receive notifications of deployment status events.
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] Abstract handle that represents the representation to be cancelled.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
COM Signature
From vsshell.idl:
HRESULT IVsDeployableProjectCfg::UnadviseDeployStatusCallback(
[in] VSCOOKIE dwCookie
);