PropStgNameToFmtId (ole32)
Last changed: -84.56.177.247

.
Summary

C# Signature:

[DllImport("ole32.dll")]
static extern int PropStgNameToFmtId([MarshalAs(UnmanagedType.LPWStr)]
   string oszName, out FMTID pfmtid);

VB.Net Signature:

<DllImport("ole32.dll", preservesig:=False)> _
Friend Shared Function PropStgNameToFmtId( _
    <MarshalAs(UnmanagedType.LPWStr)> ByVal oszName As String, _
    <Out()> ByRef FMTID As Guid) As Integer
End Function

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation