tagSTATSTG

Storage statistics type for IStream interface.

Declaration

Source position: types.pp line 289

Type
tagSTATSTG = record
public
  pwcsName : POleStr;
  dwType : DWORD;
  cbSize : LARGE\_UINT;
  mtime : TFileTime;
  ctime : TFileTime;
  atime : TFileTime;
  grfMode : DWORD;
  grfLocksSupported : DWORD;
  clsid : TCLSID;
  grfStateBits : DWORD;
  reserved : DWORD;
end

Description

tagSTATSTG is used in the IStream.Stat call. It describes a storage medium (typically a file).

See also

Name Description
DWORD Alias for cardinal type
DWORD Alias for cardinal type
DWORD Alias for cardinal type
DWORD Alias for cardinal type
DWORD Alias for cardinal type
IStream.Stat return information about the stream.
LARGE_UINT Alias for the QWord type
POleStr Pointer to WideChar
TCLSID Class ID identifier (GUID)
TFileTime Alias for the _FILETIME type
TFileTime Alias for the _FILETIME type
TFileTime Alias for the _FILETIME type

results matching ""

    No results matching ""