Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
Suspends and terminates the non-background portion of the apps associated with the specified package and cancels the background tasks associated with the package.
Syntax
HRESULT StartServicing(
[in] LPCWSTR packageFullName
);
Parameters
[in] packageFullName
The package full name.
Return value
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Remarks
Use the StartServicing method to simulate what happens when a package is updated to a newer version. New background task activations are buffered (delayed) until you call the StopServicing 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 |