IPackageDebugSettings::UnregisterForPackageStateChanges method (shobjidl_core.h)

Stops receiving package state-change notifications associated with a previous call to RegisterForPackageStateChanges.

Syntax

HRESULT UnregisterForPackageStateChanges(
  [in] DWORD dwCookie
);

Parameters

[in] dwCookie

The notification to cancel. This identifier is returned by a previous call to the RegisterForPackageStateChanges method.

Return value

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Remarks

Call the UnregisterForPackageStateChanges to stop receiving package state-change notifications associated with a previous call to the RegisterForPackageStateChanges method.

Requirements

Requirement Value
Minimum supported client Windows 8 [desktop apps only]
Minimum supported server Windows Server 2012 [desktop apps only]
Target Platform Windows
Header shobjidl_core.h

See also

IPackageDebugSettings

RegisterForPackageStateChanges