STATSTG Struct
Definizione
Attenzione
Use System.Runtime.InteropServices.ComTypes.STATSTG instead. http://go.microsoft.com/fwlink/?linkid=14202
Attenzione
Questa API è ora obsoleta.
public value class STATSTG
[System.Runtime.InteropServices.ComVisible(false)]
public struct STATSTG
[System.Obsolete("Use System.Runtime.InteropServices.ComTypes.STATSTG instead. http://go.microsoft.com/fwlink/?linkid=14202", false)]
public struct STATSTG
[System.Obsolete]
public struct STATSTG
[<System.Runtime.InteropServices.ComVisible(false)>]
type STATSTG = struct
[<System.Obsolete("Use System.Runtime.InteropServices.ComTypes.STATSTG instead. http://go.microsoft.com/fwlink/?linkid=14202", false)>]
type STATSTG = struct
[<System.Obsolete>]
type STATSTG = struct
Public Structure STATSTG
- Ereditarietà
- Attributi
Campi
atime |
Indica l'ora dell'ultimo accesso di questo archivio, flusso o matrice di byte.Indicates the last access time for this storage, stream or byte array. |
cbSize |
Specifica la dimensione in byte del flusso o della matrice di byte.Specifies the size in bytes of the stream or byte array. |
clsid |
Indica l'identificatore di classe per l'oggetto di archiviazione.Indicates the class identifier for the storage object. |
ctime |
Indica l'ora di creazione di questo archivio, flusso o matrice di byte.Indicates the creation time for this storage, stream, or byte array. |
grfLocksSupported |
Indica i tipi di blocco di area supportati dal flusso o dalla matrice di byte.Indicates the types of region locking supported by the stream or byte array. |
grfMode |
Indica la modalità di accesso specificata quando l'oggetto è stato aperto.Indicates the access mode that was specified when the object was opened. |
grfStateBits |
Indica i bit di stato correnti dell'oggetto di archiviazione (il valore impostato più di recente dal metodo |
mtime |
Indica l'ora dell'ultima modifica di questo archivio, flusso o matrice di byte.Indicates the last modification time for this storage, stream, or byte array. |
pwcsName |
Puntatore a una stringa con terminazione null contenente il nome dell'oggetto descritto da questa struttura.Pointer to a null-terminated string containing the name of the object described by this structure. |
reserved |
Riservato per usi futuri.Reserved for future use. |
type |
Indica il tipo di oggetto di archiviazione che rappresenta uno dei valori dell'enumerazione di |