Home
last modified time | relevance | path

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

/reactos/dll/win32/msi/
H A Dsuminfo.c448 static MSISUMMARYINFO *create_suminfo( IStorage *stg, UINT update_count ) in create_suminfo() argument
455 si->update_count = update_count; in create_suminfo()
854 if( !si->update_count ) in set_prop()
857 si->update_count--; in set_prop()
H A Dmsipriv.h488 DWORD update_count; member