IAppxManifestQualifiedResource::GetScale method

Retrieves the scale of the resource.

Syntax

HRESULT GetScale(
  [out, retval] UINT32 *scale
);

Parameters

  • scale [out, retval]
    Type: UINT32*

    The scale of the resource, in bytes.

Return value

Type: HRESULT

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

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

IID

IID_IAppxManifestQualifiedResource is defined as a803f724-f6d3-4451-9a56-e57707e5def0

See also

IAppxManifestQualifiedResource