nn::boss::FileDescriptor Enumerated Typeenum FileDescriptor;
| Value | Description |
|---|---|
CHAR_TYPE |
0: Path specification using normal characters (char). |
WCHAR_TYPE |
1: Path specification using wide characters (wchar_t). |
HANDLE_TYPE |
2: File specification using a file handle. |
| BOSSDB_TYPE | 3: Specification to duplicate files to the BOSS database from the file handle. (Enabled only in the case of upload tasks.) |
| BOSSSTORAGE_TYPE | 4: Specification to duplicate files in BOSS storage from the file handle. (Enabled only in the case of upload tasks.) |
DATASTORE_DOWNLOAD_TYPE |
5: Specify by task file parameter. (Only valid with DataStore download tasks.)) |
DATASTORE_UPLOAD_TYPE |
6: Specify by task file parameter. (Only valid with DataStore upload tasks.)) |
FILE_TYPE_MAX_VALUE |
(This enumerator is used for internal processing. It cannot be used from the application.) |
Constants specifying task action file paths. (The numeric value at the start of the description for each numerator is the value of that numerator.)
CONFIDENTIAL