stgisstoragefile (ole32)
Last changed: -67.224.100.67

.
Summary

C# Signature:

[DllImport("ole32.dll")]
static extern int StgIsStorageFile([MarshalAs(UnmanagedType.LPWStr)]
   string pwcsName);

User-Defined Types:

None.

VB.net Signature:

Declare Function StgIsStorageFile Lib "ole32.dll" (<MarshalAs(UnmanagedType.LPWStr)> pwcsName As String) As Integer

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation