CanPreview method

Determines whether the Accelerator can be previewed.

 

Syntax

HRESULT retVal = object.CanPreview(pInput, pOutput, pfCanPreview);

Parameters

Return value

Type: HRESULT

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Remarks

This method should be called before the IOpenServiceActivity::Preview method.

The interface referenced by the pOutput parameter can determine if navigation is allowed, through a call to the IOpenServiceActivityOutputContext::CanNavigate method of that interface.

See also

IOpenServiceActivity::CanExecute