DMSINVPKGID (Windows Embedded CE 6.0)

1/6/2010

This structure defines the package ID information.

Syntax

typedef struct {
  TCHAR wzPackageID [DEVICE_ID_LEN];
  DWORD dwState;
} DMSINVPKGID, *PDMSINVPKGID;

Members

  • wzPackageID
    Specifies the package identifier.
  • dwState
    Specifies the state of the package. The following table shows the possible values.

    Value Description

    PACKAGE_OPTIONAL

    Indicates that the package is optional.

    PACKAGE_MANDATORY

    Indicates that the package is mandatory.

    PACKAGE_DL_PENDING

    Indicates that the download of the package is pending.

    PACKAGE_DL_FAIL

    Indicates that the download of the package failed.

    PACKAGE_DL_SUCCESS

    Indicates that the download of the package was successful

    PACKAGE_SRCH_BY_ID

    Used to retrieve a record with a specific package identifier.

    PACKAGE_GET_ID_ONLY

    Used to get only the package ID, instead of the entire record.

Requirements

Header devmgmt.h
Windows Embedded CE Windows CE .NET 4.2 and later

See Also

Reference

Device Management Client Structures
CeGetDevMgmtPackageList

Concepts

API Access