OnTitleCreate Event

The MediaServer_OnTitleCreate event is fired when a new title is added to a title server.

Syntax

MediaServer_OnTitleCreate( datetime, status, ipaddress, titlename )

Parameters

datetime

A Date value specifying the GMT time when the title was appended to the server.

status

A Long value specifying an HRESULT status such as NS_S_PENDING or E_ACCESSED_DENIED.

Ipaddress

A String value specifying the IP address of the title server.

titlename

A String value specifying the name of the added title.

See Also

Add, AddTitle

© 1996-1998 Microsoft Corporation. All rights reserved.