Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
Other versions of this page are also available for the following:
Windows Mobile Not Supported Windows Embedded CE Supported
8/28/2008

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