static extern int StgIsStorageFile([MarshalAs(UnmanagedType.LPWStr)]
int checkResult = StgIsStorageFile(fileName);
private static extern int StgIsStorageFile(string fileName);