Skip to content

Latest commit

 

History

History
87 lines (63 loc) · 2.84 KB

nf-appxpackaging-iappxmanifestapplication-getappusermodelid.md

File metadata and controls

87 lines (63 loc) · 2.84 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:appxpackaging.IAppxManifestApplication.GetAppUserModelId
IAppxManifestApplication::GetAppUserModelId (appxpackaging.h)
Gets the application user model identifier.
GetAppUserModelId
GetAppUserModelId method [App packaging and management]
GetAppUserModelId method [App packaging and management]
IAppxManifestApplication interface
IAppxManifestApplication interface [App packaging and management]
GetAppUserModelId method
IAppxManifestApplication.GetAppUserModelId
IAppxManifestApplication::GetAppUserModelId
appxpackaging/IAppxManifestApplication::GetAppUserModelId
appxpkg.iappxmanifestapplication_getappusermodelid
appxpkg\iappxmanifestapplication_getappusermodelid.htm
appxpkg
A1CD62B4-A314-43B3-AD80-3EB3EDF63B3D
12/05/2018
GetAppUserModelId, GetAppUserModelId method [App packaging and management], GetAppUserModelId method [App packaging and management],IAppxManifestApplication interface, IAppxManifestApplication interface [App packaging and management],GetAppUserModelId method, IAppxManifestApplication.GetAppUserModelId, IAppxManifestApplication::GetAppUserModelId, appxpackaging/IAppxManifestApplication::GetAppUserModelId, appxpkg.iappxmanifestapplication_getappusermodelid
appxpackaging.h
Windows
Windows 8 [desktop apps only]
Windows Server 2012 [desktop apps only]
AppxPackaging.idl
Windows
19H1
IAppxManifestApplication::GetAppUserModelId
appxpackaging/IAppxManifestApplication::GetAppUserModelId
c++
APIRef
kbSyntax
COM
AppxPackaging.h
IAppxManifestApplication.GetAppUserModelId

IAppxManifestApplication::GetAppUserModelId

-description

Gets the application user model identifier.

-parameters

-param appUserModelId [out, retval]

Type: LPWSTR*

The user model identifier.

-returns

Type: HRESULT

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

-remarks

The caller must free the memory allocated for appUserModelId using the CoTaskMemFree function.

-see-also

Application User Model IDs

Concepts

IAppxManifestApplication

Reference