IMSCapabilities::GetCapabilities

IMSCapabilities::GetCapabilities

Gets information about what a store can support based on the specified selector.

Quick Info

See IMSCapabilities.

  ULONG GetCapabilities(
	MSCAP_SELECTOR mscapSelector
);

Parameters

mscapSelector

[in] Selector indicating which capabilities to return.

Return Values

MSCAP_SECURE_FOLDER_HOMEPAGES

Support for folder homepages in a non-default store. This can be returned if MSCAP_SEL_FOLDER is specified in mscapSelector.

MSCAP_RES_ANNOTATION

If a restriction contains any invalid arguments such as invalid properties, the store ignores the invalid arguments and processes only the valid arguments. This can be returned if MSCAP_SEL_RESTRICTION is specified in mscapSelector.

NULL

The store does not support any capability based on the given selector.

See Also

MSCAP_SELECTOR

Constants for the Store API