struttura WIN32_FIND_STREAM_DATA (fileapi.h)
Contiene informazioni sul flusso trovato dalla funzione FindFirstStreamW o FindNextStreamW .
Sintassi
typedef struct _WIN32_FIND_STREAM_DATA {
LARGE_INTEGER StreamSize;
WCHAR cStreamName[MAX_PATH + 36];
} WIN32_FIND_STREAM_DATA, *PWIN32_FIND_STREAM_DATA;
Members
StreamSize
Valore LARGE_INTEGER che specifica le dimensioni del flusso, in byte.
cStreamName[MAX_PATH + 36]
Nome del flusso. Il formato del nome stringa è ":streamname:$streamtype".
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows Vista [solo app desktop] |
Server minimo supportato | Windows Server 2003 [solo app desktop] |
Intestazione | fileapi.h (include Windows.h, WinBase.h) |