Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

APPX_BUNDLE_PAYLOAD_PACKAGE_TYPE enumeration

Specifies the type of package for a IAppxBundleManifestPackageInfo object.

Syntax


typedef enum APPX_BUNDLE_PAYLOAD_PACKAGE_TYPE { 
  APPX_BUNDLE_PAYLOAD_PACKAGE_TYPE_APPLICATION  = 0,
  APPX_BUNDLE_PAYLOAD_PACKAGE_TYPE_RESOURCE     = 1
} APPX_BUNDLE_PAYLOAD_PACKAGE_TYPE;

Constants

APPX_BUNDLE_PAYLOAD_PACKAGE_TYPE_APPLICATION

The package is an app.

APPX_BUNDLE_PAYLOAD_PACKAGE_TYPE_RESOURCE

The package is a resource.

Requirements

Minimum supported client

Windows 8.1 [desktop apps only]

Minimum supported server

Windows Server 2012 R2 [desktop apps only]

Header

AppxPackaging.h

IDL

AppxPackaging.idl

 

 

Show:
© 2017 Microsoft