ITelevisionServices::get_ClipboardFormatName

[This is preliminary documentation and subject to change.]

The get_ClipboardFormatName method returns the name under which the clipboard format for show references has been entered in the registry.

HRESULT get_ClipboardFormatName(
  BSTR  * pbstrName      // out
);
 

Parameters

pbstrName
Pointer to a string containing the name under which the clipboard format for show references is registered.

Return Values

Returns an HRESULT indicating success or failure. If the method succeeds, it returns S_OK. Otherwise, it returns an error code. For specific error codes, see the Winerror.h header file. To locate more information about Winerror.h, see Further Information on Television Services for the Client.

Remarks

To enter the clipboard format for show references in the registry, your application uses the Win32 RegisterClipboardFormat function.

QuickInfo

  Windows NT: Unsupported.
  Windows: Requires Windows 98.
  Windows CE: Unsupported.
  Header: Declared in tssadmin.odl.
  Import Library: Included as a resource in tssadmin.dll.
  Unicode: Yes.

See Also

ITelevisionServices::get_ClipboardFormat