ITelevisionServices::get_DatabaseFile

[This is preliminary documentation and subject to change.]

The get_DatabaseFile method retrieves a read-only value that specifies the name of the Microsoft® Jet database .mdb file that is the Guide database.

HRESULT get_DatabaseFile(
  BSTR *pbstrRetVal  
);
 

Parameters

pbstrRetVal
Pointer to a BSTR that receives the file name.

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.

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_SystemFile