Gets the count of application user model IDs from a package information object.
HRESULT XtfGetCountofAppUserModelIds(
XtfPackageInfo packageInfo,
UINT32 *countOfAUMIDs
)
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.
Type: HRESULT
Returns S_OK if successful; otherwise returns an error code.
Header: Declared in XtfApi.h.
Library: Use XtfApi.lib.