Platform SDK: Broadcast Architecture

IATVEFAnnouncement::SetGUID

Specifies a GUID to uniquely identify files belonging to this session.

HRESULT SetGUID(
  GUID *pGUID
);

Parameters

pGUID
Pointer to a GUID created or obtained by your application.

Return Value

Returns S_OK if the method succeeds; otherwise, an error code is returned.

Remarks

The GUID may be used as a unique identifier of the client namespace in which all related files may be placed. The GUID set in the announcement should also be referenced in the IATVEFPackage::AddFile method in the szMIMEContentLocation parameter when you add files to the package, and in the IATVEFSend::SendTrigger method as part of the local ID URL.

Requirements

  Windows NT/2000: Requires Windows NT 4.0 SP3 or later.
  Windows 95/98: Requires Windows 98.
  Header: Declared in atvefsnd.idl.
  Import Library: Included as a resource in atvefsnd.dll.