Function MsiDeterminePatchSequenceW
pub unsafe fn MsiDeterminePatchSequenceW<P0, P1>(
szproductcode: P0,
szusersid: P1,
dwcontext: MSIINSTALLCONTEXT,
ppatchinfo: &mut [MSIPATCHSEQUENCEINFOW],
) -> u32where
P0: Param<PCWSTR>,
P1: Param<PCWSTR>,