IVsBuildableProjectCfg.UnadviseBuildStatusCallback(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 build status events.
public:
int UnadviseBuildStatusCallback(System::UInt32 dwCookie);
public:
int UnadviseBuildStatusCallback(unsigned int dwCookie);
int UnadviseBuildStatusCallback(unsigned int dwCookie);
public int UnadviseBuildStatusCallback (uint dwCookie);
abstract member UnadviseBuildStatusCallback : uint32 -> int
Public Function UnadviseBuildStatusCallback (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 IVsBuildableProjectCfg::UnadviseBuildStatusCallback(
[in] VSCOOKIE dwCookie
);