[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
);
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.
To enter the clipboard format for show references in the registry, your application uses the Win32 RegisterClipboardFormat function.
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.
ITelevisionServices::get_ClipboardFormat