Share via


EC_LOADSTATUS

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This event code is sent when various points are reached while a network file is being loaded.

Parameters

  • lParam1
    Value of type int representing one of the following status messages.

    Message Description

    AM_LOADSTATUS_CLOSED

    The network file is closed.

    AM_LOADSTATUS_LOADINGDESCR

    The file description is being loaded.

    AM_LOADSTATUS_LOADINGMCAST

    Multicast data is being loaded.

    AM_LOADSTATUS_LOCATING

    The file is being located.

    AM_LOADSTATUS_CONNECTING

    The Player is connecting to the file.

    AM_LOADSTATUS_OPENING

    The file is being opened.

    AM_LOADSTATUS_OPEN

    The file is open.

  • lParam2
    Void.

Remarks

For information about how to use this event code, see CBaseFilter::NotifyEvent.

See Also

Reference

Windows Media Event Notification Codes