IVsDeployableProjectCfg.UnadviseDeployStatusCallback(UInt32) Method

Definition

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  
);  

Applies to