Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates if an app package has registered for the content prefetch background task.
Syntax
HRESULT IsRegisteredForContentPrefetch(
[in] LPCWSTR packageFullName,
[out] boolean *isRegistered
);
Parameters
[in] packageFullName
The package ID.
[out] isRegistered
True if the app package has registered for the content prefetch background task; otherwise, false.
Return value
Returns S_OK on success. Other possible values include:
| Return code | Description |
|---|---|
|
The method call was not made at the required Medium Integrity Level (Medium IL). |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 8.1 |
| Minimum supported server | Windows Server 2012 R2 |
| Target Platform | Windows |
| Header | icontentprefetchertasktrigger.h |