Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This structure stores the database records.
typedef struct {TCHAR wzPackageID [DEVICE_ID_LEN];TCHAR wzShortText [PACKAGE_SHORT_TEXT_LEN];TCHAR wzLongText [PACKAGE_LONG_TEXT_LEN];TCHAR wzAppName [PACKAGE_APPNAME_TEXT_LEN];DWORDdwPackageSize;DWORD dwState;DMSDLINFO dlInfo;DWORD dwAux;} DMSINVRECORD, *PDMSINVRECORD;
Members
- wzPackageID
Specifies the package identifier. - wzShortText
Specifies a short description. - wzLongText
Specifies a long description. - wzAppName
Specifies the application name obtained from the .cab file. Used during the uninstall process. - dwPackageSize
Specifies the size of the package, in bytes. - dwState
Specifies the state of the package. - dlInfo
Specifies the download information. - dwAux
Reserved.
Requirements
OS Versions: Windows CE .NET 4.2 and later.
Header: Devmgmt.h.
See Also
CeGetDevMgmtPackageList | DMSDLINFO | API Access
Send Feedback on this topic to the authors