Home
last modified time | relevance | path

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

/reactos/dll/win32/msi/
H A Daction.c5306 static const WCHAR szPropKeys[][80] = in ACTION_RegisterUser() local
5343 for( i = 0; szPropKeys[i][0]; i++ ) in ACTION_RegisterUser()
5345 buffer = msi_dup_property( package->db, szPropKeys[i] ); in ACTION_RegisterUser()