Desktop Functions: Smart Device Functions:
|
Search Results for "MsiGetComponentPath" in [All]msi
public static extern UInt32 MsiGetComponentPath(string szProduct, string szComponent, [Out] StringBuilder lpPathBuf, ref UInt32 pcchBuf);
Declare Function MsiGetComponentPath Lib "msi.dll" (TODO) As TODO
i = MsiClass.MsiGetComponentPath(sbPc.ToString(), sbComp.ToString(), sbPth, ref chs); |