ITargetFrame2::SetFrameName Method

Sets the name of the frame.

Syntax

HRESULT SetFrameName(
    LPCWSTR pszFrameName
);

Parameters

  • pszFrameName
    [in] The address of a string that contains the name of the frame.

Return Value

Returns S_OK if successful, or an error value otherwise.