Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

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);


 
Access PInvoke.net directly from VS: