IPackageDebugSettings::UnregisterForPackageStateChanges method
Stops receiving package state-change notifications associated with a previous call to RegisterForPackageStateChanges.
Syntax
HRESULT UnregisterForPackageStateChanges(
[in] DWORD pdwCookie
);
Parameters
- pdwCookie [in]
-
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
|
Minimum supported client |
Windows 8 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2012 [desktop apps only] |
|
Header |
|
|
IDL |
|
See also
Show: