This document is archived and information here might be outdated. Recommended version. |
[Visual Basic .NET]
Public Sub New ( _
pwcsName As String,
type As Integer,
cbSize As _ULARGE_INTEGER,
mtime As _FILETIME,
ctime As _FILETIME,
atime As _FILETIME,
grfMode As Integer,
grfLocksSupported As Integer,
clsid As Guid,
grfStateBits As Integer,
reserved As Integer
)
[C#]
public tagSTATSTG {
string pwcsName,
uint type,
_ULARGE_INTEGER cbSize,
_FILETIME mtime,
_FILETIME ctime,
_FILETIME atime,
uint grfMode,
uint grfLocksSupported,
Guid clsid,
uint grfStateBits,
uint reserved
)
[C++]
typedef struct tagSTATSTG { } tagSTATSTG;