Struttura OFSTRUCT (winbase.h)
Contiene informazioni su un file aperto o tentato di aprire la funzione OpenFile .
Sintassi
typedef struct _OFSTRUCT {
BYTE cBytes;
BYTE fFixedDisk;
WORD nErrCode;
WORD Reserved1;
WORD Reserved2;
CHAR szPathName[OFS_MAXPATHNAME];
} OFSTRUCT, *LPOFSTRUCT, *POFSTRUCT;
Members
cBytes
Dimensioni della struttura, in byte.
fFixedDisk
Se questo membro è diverso da zero, il file si trova su un disco rigido (fisso). In caso contrario, non lo è.
nErrCode
Codice di errore MS-DOS se la funzione OpenFile non è riuscita.
Reserved1
Riservati; non usare.
Reserved2
Riservati; non usare.
szPathName[OFS_MAXPATHNAME]
Percorso e nome file del file.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows XP [solo app desktop] |
Server minimo supportato | Windows Server 2003 [solo app desktop] |
Intestazione | winbase.h (include Windows.h) |