Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Retrieves the flags that indicate the selected indexer options.
Syntax
HRESULT GetFlags(
[out] DWORD *pdwFlags
);
Parameters
[out] pdwFlags
Receives a bitwise OR of zero or more flags from the MFASF_INDEXER_FLAGS enumeration.
Return value
The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.
| Return code | Description |
|---|---|
|
The method succeeded. |
|
pdwFlags is NULL. |
Remarks
You must call this method before initializing the indexer object with IMFASFIndexer::Initialize.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Target Platform | Windows |
| Header | wmcontainer.h |
| Library | Mfuuid.lib |