DMSINVPKGID
This structure defines the package ID information.
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
OS Versions: Windows CE .NET 4.2 and later.
Header: Devmgmt.h.
See Also
CeGetDevMgmtPackageList | API Access
Last updated on Thursday, April 08, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.