GetSize Method

Gets the size of the content item designated by the URL.

HRESULT GetSize(
ULONGLONG *pllSize
);

Parameters

pllSize

[in] Pointer to the size of the content item specified by the URL.

Return Value

If successful, returns S_OK, otherwise it returns an error value. For a list of error messages returned by Enterprise Search in Microsoft Office SharePoint Server 2007, see Protocol Handler Error Messages.

Remarks

The value calculated in this method is a factor in determining limitations on filter output size.

If the protocol handler implementation is for a hierarchical content source, this method should return 0 for containers.

See Also

Concepts

Protocol Handler Reference
IUrlAccessor Interface