Home
last modified time | relevance | path

Searched refs:AppID (Results 1 – 6 of 6) sorted by relevance

/reactos/dll/win32/qmgr/
H A Dqmgr.rgs3 NoRemove AppID
6 BITS { val AppID = s '{69AD4AEE-51BE-439B-A92C-86AE490E8B30}' }
12 val AppID = s '{69AD4AEE-51BE-439B-A92C-86AE490E8B30}'
/reactos/dll/win32/shell32/res/rgs/
H A Dusernotification.rgs3 NoRemove AppID
19 val AppID = s '{0010890E-8789-413C-ADBC-48F5B511B3AF}'
H A Dcontrolpanel.rgs62 val AppID = s '{06622D85-6856-4460-8DE1-A81921B41C4B}'
69 NoRemove AppID
/reactos/dll/win32/msi/
H A Dclasses.c56 appid->AppID = msi_dup_record_field( row, 1 ); in load_appid()
57 TRACE("loading appid %s\n", debugstr_w( appid->AppID )); in load_appid()
85 if (!wcsicmp( appid->AppID, name )) in load_given_appid()
225 cls->AppID = load_given_appid(package, buffer); in load_class()
664 RegCreateKeyW( hkey2, appid->AppID, &hkey3 ); in register_appid()
803 if (cls->AppID) in ACTION_RegisterClassInfo()
805 MSIAPPID *appid = cls->AppID; in ACTION_RegisterClassInfo()
806 msi_reg_set_val_str( hkey2, L"AppID", appid->AppID ); in ACTION_RegisterClassInfo()
916 if (cls->AppID) in ACTION_UnregisterClassInfo()
921 res = RegDeleteKeyW( hkey2, cls->AppID->AppID ); in ACTION_UnregisterClassInfo()
H A Dmsipriv.h638 LPWSTR AppID; /* Primary key */ member
658 MSIAPPID *AppID; member
H A Dpackage.c260 free( appid->AppID ); in free_package_structures()