DMSINVPKGID (Windows CE 5.0)

Send Feedback

This structure defines the package ID information.

typedefstruct {TCHARwzPackageID [DEVICE_ID_LEN];DWORDdwState;}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

OS Versions: Windows CE .NET 4.2 and later.
Header: Devmgmt.h.

See Also

CeGetDevMgmtPackageList | API Access

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.