NET_SDK_SetConfigFile¶
Interface Definition¶
1 2 3 | |
1 2 3 | |
Function Description¶
Import the configuration file.
Parameter Description¶
| Parameters | Type | Remark |
|---|---|---|
| lUserIDin | LONG | User ID, the return value of NET_SDK_Login or NET_SDK_LoginEx. |
| sFileNamein | char* | Store the file path (binary file) that saves the configuration file. Note: Please use absolute paths, do not use relative paths. |
Return Value¶
-
type:BOOL
-
remark:Returns TRUE if successful, FALSE if failed.
Remarks¶
None