Share via


WMDM_SESSION_TYPE (deprecated)

banner art

This is preliminary documentation and subject to change.

This topic documents a feature of the Windows Media Device Manager SDK. We recommend that you migrate your application to use the Windows Portable Devices API. For more information, see the Windows Portable Devices SDK.

The WMDM_SESSION_TYPE enumeration type defines the session type.

Syntax

typedef enum tagWMDM_SESSION_TYPE{
  WMDM_SESSION_NONE  =0x0000,
  WMDM_SESSION_TRANSFER_TO_DEVICE  =0x0001,
  WMDM_SESSION_TRANSFER_FROM_DEVICE  =0x0010,
  WMDM_SESSION_DELETE  =0x0011,
  WMDM_SESSION_CUSTOM  =0x0100
} WMDM_SESSION_TYPE;

Members

WMDM_SESSION_NONE

The session is not defined.

WMDM_SESSION_TRANSFER_TO_DEVICE

The session is defined as transferring data to the device.

WMDM_SESSION_TRANSFER_FROM_DEVICE

The session is defined as transferring data from the device.

WMDM_SESSION_DELETE

The session is defined as deleting data.

WMDM_SESSION_CUSTOM

The session is defined as a custom session.

Requirements

Header: Defined in wmdm.idl.

Library: mssachlp.lib

See Also