IFolderSupport::GetSupportMask

IFolderSupport::GetSupportMask

Gets information about a folder's support for sharing.

Quick Info

See IFolderSupport.

  HRESULT GetSupportMask(
    DWORD * pdwSupportMask
);

Parameters

pdwSupportMask

[out] A bitmask indicating if the folder supports sharing.

FS_NONE

Indicates that the folder does not support sharing.

FS_SUPPORTS_SHARING

Indicates that the folder supports sharing.

Return Values

S_OK

The call was successful.

See Also

Constants for the Store API