ホーム › System.ApplicationInstallationAndServicing › IPMApplicationInfo
IPMApplicationInfo
COMメソッド 55
vtbl = vtable インデックス(0始まり)。HSP等からCOMメソッドをインデックス指定で呼ぶ際に使用します。0〜2 は IUnknown。
| vtbl | メソッド |
|---|---|
| 3 | HRESULT get_ProductID(GUID* pProductID) |
| 4 | HRESULT get_InstanceID(GUID* pInstanceID) |
| 5 | HRESULT get_OfferID(GUID* pOfferID) |
| 6 | HRESULT get_DefaultTask(LPWSTR* pDefaultTask) |
| 7 | HRESULT get_AppTitle(LPWSTR* pAppTitle) |
| 8 | HRESULT get_IconPath(LPWSTR* pAppIconPath) |
| 9 | HRESULT get_NotificationState(BOOL* pIsNotified) |
| 10 | HRESULT get_AppInstallType(PM_APPLICATION_INSTALL_TYPE* pAppInstallType) |
| 11 | HRESULT get_State(PM_APPLICATION_STATE* pState) |
| 12 | HRESULT get_IsRevoked(BOOL* pIsRevoked) |
| 13 | HRESULT get_UpdateAvailable(BOOL* pIsUpdateAvailable) |
| 14 | HRESULT get_InstallDate(FILETIME* pInstallDate) |
| 15 | HRESULT get_IsUninstallable(BOOL* pIsUninstallable) |
| 16 | HRESULT get_IsThemable(BOOL* pIsThemable) |
| 17 | HRESULT get_IsTrial(BOOL* pIsTrial) |
| 18 | HRESULT get_InstallPath(LPWSTR* pInstallPath) |
| 19 | HRESULT get_DataRoot(LPWSTR* pDataRoot) |
| 20 | HRESULT get_Genre(PM_APP_GENRE* pGenre) |
| 21 | HRESULT get_Publisher(LPWSTR* pPublisher) |
| 22 | HRESULT get_Author(LPWSTR* pAuthor) |
| 23 | HRESULT get_Description(LPWSTR* pDescription) |
| 24 | HRESULT get_Version(LPWSTR* pVersion) |
| 25 | HRESULT get_InvocationInfo(LPWSTR* pImageUrn, LPWSTR* pParameters) |
| 26 | HRESULT get_AppPlatMajorVersion(BYTE* pMajorVer) |
| 27 | HRESULT get_AppPlatMinorVersion(BYTE* pMinorVer) |
| 28 | HRESULT get_PublisherID(GUID* pPublisherID) |
| 29 | HRESULT get_IsMultiCore(BOOL* pIsMultiCore) |
| 30 | HRESULT get_SID(LPWSTR* pSID) |
| 31 | HRESULT get_AppPlatMajorVersionLightUp(BYTE* pMajorVer) |
| 32 | HRESULT get_AppPlatMinorVersionLightUp(BYTE* pMinorVer) |
| 33 | HRESULT set_UpdateAvailable(BOOL IsUpdateAvailable) |
| 34 | HRESULT set_NotificationState(BOOL IsNotified) |
| 35 | HRESULT set_IconPath(LPWSTR AppIconPath) |
| 36 | HRESULT set_UninstallableState(BOOL IsUninstallable) |
| 37 | HRESULT get_IsPinableOnKidZone(BOOL* pIsPinable) |
| 38 | HRESULT get_IsOriginallyPreInstalled(BOOL* pIsPreinstalled) |
| 39 | HRESULT get_IsInstallOnSD(BOOL* pIsInstallOnSD) |
| 40 | HRESULT get_IsOptoutOnSD(BOOL* pIsOptoutOnSD) |
| 41 | HRESULT get_IsOptoutBackupRestore(BOOL* pIsOptoutBackupRestore) |
| 42 | HRESULT set_EnterpriseDisabled(BOOL IsDisabled) |
| 43 | HRESULT set_EnterpriseUninstallable(BOOL IsUninstallable) |
| 44 | HRESULT get_EnterpriseDisabled(BOOL* IsDisabled) |
| 45 | HRESULT get_EnterpriseUninstallable(BOOL* IsUninstallable) |
| 46 | HRESULT get_IsVisibleOnAppList(BOOL* pIsVisible) |
| 47 | HRESULT get_IsInboxApp(BOOL* pIsInboxApp) |
| 48 | HRESULT get_StorageID(GUID* pStorageID) |
| 49 | HRESULT get_StartAppBlob(PM_STARTAPPBLOB* pBlob) |
| 50 | HRESULT get_IsMovable(BOOL* pIsMovable) |
| 51 | HRESULT get_DeploymentAppEnumerationHubFilter(PM_TILE_HUBTYPE* HubType) |
| 52 | HRESULT get_ModifiedDate(FILETIME* pModifiedDate) |
| 53 | HRESULT get_IsOriginallyRestored(BOOL* pIsRestored) |
| 54 | HRESULT get_ShouldDeferMdilBind(BOOL* pfDeferMdilBind) |
| 55 | HRESULT get_IsFullyPreInstall(BOOL* pfIsFullyPreInstall) |
| 56 | HRESULT set_IsMdilMaintenanceNeeded(BOOL fIsMdilMaintenanceNeeded) |
| 57 | HRESULT set_Title(LPWSTR AppTitle) |