#include <dwc.h>
BOOL DWC_NdSetAttr(const char *attr1,
const char *attr2,
const char *attr3);attr1 |
Pointer to the first attribute string. |
attr2 |
Pointer to the second attribute string. |
attr3 |
Pointer to the third attribute string. |
TRUE |
Succeeded. |
FALSE |
Failure. Use the DWC_GetLastErrorEx function to get error information. |
Sets the attribute strings for the Download library. Attribute strings should each be specified as null-terminated ASCII strings of 10 or fewer characters.
The download server uses these attribute strings to determine which files can be downloaded.
The three attribute strings are evaluated using the method described below. If all three strings are found to indicate that the file is downloadable, the file is treated as downloadable.
If the DWC_NdGetFileListNumAsync, DWC_NdGetFileListAsync, or DWC_NdGetFileAsync function is called without a call to this function first, all attribute strings are reset to empty strings when it starts up.
DWC_NdGetFileListNumAsync
DWC_NdGetFileListAsync
DWC_NdGetFileAsync
DWC_GetLastErrorEx
For the changelog prior to 5.1 PR2, click here.
CONFIDENTIAL