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

msi

.

static extern int MsiRecordGetString(IntPtr hRecord, int iField,

.

        if (MsiRecordGetString(hRecord, field, builder, ref count) != 0)

.

        throw new Exception("MsiRecordGetString failed - " + Marshal.GetLastWin32Error());

.
Documentation
[MsiRecordGetString] on MSDN

 
Access PInvoke.net directly from VS: