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 "MsiOpenProduct" in [All]

msi

.
Summary
The MsiOpenProduct function opens a product for use with the functions that access the product database. The MsiCloseHandle function must be called with the handle when the handle is no longer needed.
.

static extern int MsiOpenProduct(string szProduct, out IntPtr hProduct);

.
Documentation
[MsiOpenProduct] on MSDN

 
Access PInvoke.net directly from VS: