XtfGetCountofAppUserModelIds

Gets the count of application user model IDs from a package information object.

Syntax

HRESULT XtfGetCountofAppUserModelIds(
         XtfPackageInfo packageInfo,
         UINT32 *countOfAUMIDs
)  

Parameters

packageInfo
Type: XtfPackageInfo 

[in] Information object for the package that was returned by XtfRegisterPackage.

countOfAUMIDs
Type: UINT32 *

[out] Number of application user model IDs in the package information object.

Return value

Type: HRESULT 

Returns S_OK if successful; otherwise returns an error code.

Requirements

Header: Declared in XtfApi.h.

Library: Use XtfApi.lib.