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.
Called to add generic properties.
Syntax
HRESULT AddProperty(
[in] const STAT_CHUNK *pStat,
[in] const void *pReserved,
[in] const PROPVARIANT pVar,
[in] const TEXT_SOURCE *pTextSource,
[in] IUnknown **ppReserved
);
Parameters
pStat [in]
Describes the characteristics of a chunk.pReserved [in]
Reserved for future use.pVar [in]
The PROPVARIANT for a given property.pTextSource [in]
Contains information about text for the word breaker to process. Not NULL only for string properties.ppReserved [in]
Reserved for future use
Return value
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.