IMFASFIndexer::GetFlags method (wmcontainer.h)
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 |