Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
[The feature associated with this page, Microsoft TV Technologies, is a legacy feature. Microsoft strongly recommends that new code does not use this feature.]
Gets flag values from an Integrated Services Digital Broadcasting (ISDB) download content descriptor.
Syntax
HRESULT GetFlags(
[out] BOOL *pfReboot,
[out] BOOL *pfAddOn,
[out] BOOL *pfCompatibility,
[out] BOOL *pfModuleInfo,
[out] BOOL *pfTextInfo
);
Parameters
[out] pfReboot
Receives the value of the reboot flag. This flag is 1 if a reboot is required after the download, or 0 if it is not.
[out] pfAddOn
Receives the value of the add_on flag. This flag is 1 if the download is added to an existing file, or 0 if the download overwrites the existing file.
[out] pfCompatibility
Receives the value of the compatibility_flag field. This flag is 1 if the descriptor has a compatibility descriptor, or 0 if it does not.
[out] pfModuleInfo
Receives the value of the module_info flag. This flag is 1 if the descriptor information for each module, or 0 if it does not.
[out] pfTextInfo
Receives the value of the text_info_flag field. This flag is 1 if the descriptor includes a text description in its last field, or 0 if it does not.
Return value
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows�7 [desktop apps only] |
| Minimum supported server | None supported |
| Target Platform | Windows |
| Header | dvbsiparser.h (include Dvbsiparser.idl) |