DMSINVRECORD (Windows Embedded CE 6.0)
1/6/2010
This structure stores the database records.
Syntax
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];
DWORD dwPackageSize;
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
Header | devmgmt.h |
Windows Embedded CE | Windows CE .NET 4.2 and later |
See Also
Reference
Device Management Client Structures
CeGetDevMgmtPackageList
DMSDLINFO