Exemplo n.º 1
0
 public static extern uint MsiGetComponentStateW(MSIHANDLE hInstall, [NativeTypeName("LPCWSTR")] ushort *szComponent, INSTALLSTATE *piInstalled, INSTALLSTATE *piAction);
Exemplo n.º 2
0
 public static extern uint MsiGetFeatureStateW(MSIHANDLE hInstall, [NativeTypeName("LPCWSTR")] ushort *szFeature, INSTALLSTATE *piInstalled, INSTALLSTATE *piAction);