.
C# Signature:
[DllImport("msi.dll", CharSet = CharSet.Unicode)]
public static extern UInt32 MsiGetShortcutTargetW(string szShortcutTarget, Out StringBuilder szProductCode, Out StringBuilder szFeatureId, Out StringBuilder szComponentCode);
VB Signature:
Declare Function MsiGetShortcutTargetW Lib "msi.dll" (TODO) As TODO
User-Defined Types:
None.
Alternative Managed API:
Do you know one? Please contribute it!
Notes:
None.
Tips & Tricks:
Please add some!
Sample Code:
StringBuilder sbPc = new StringBuilder(50);
StringBuilder sbFeat = new StringBuilder(100);
StringBuilder sbComp = new StringBuilder(50);
UInt32 i = MsiGetShortcutTargetW("C:\\temp\\word.lnk", sbPc, sbFeat, sbComp);
Click to read this page4/6/2008 7:23:14 AM - anonymous
Click to read this page4/6/2008 7:23:14 AM - anonymous
TODO - a short description of this collection of constants
4/6/2012 12:59:20 AM - anonymous
Click to read this page10/2/2011 2:35:57 AM - txzhgh-89.110.151.174
Click to read this page10/2/2011 2:35:57 AM - txzhgh-89.110.151.174
Click to read this page10/2/2011 2:35:57 AM - txzhgh-89.110.151.174
Click to read this page10/2/2011 2:35:57 AM - txzhgh-89.110.151.174
Click to read this page10/2/2011 2:35:57 AM - txzhgh-89.110.151.174
Click to read this page10/2/2011 2:35:57 AM - txzhgh-89.110.151.174
TODO - a short description of this collection of constants
4/6/2012 12:59:20 AM - anonymous