Partager via


DMSINVRECORD

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];
  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

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

See Also

CeGetDevMgmtPackageList | DMSDLINFO | API Access

 Last updated on Thursday, April 08, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.