![]() |
Standalone SDK API Doc
V1.0.4
|
Functions | |
VARIANT_BOOL | UploadTheme (LONG dwMachineNumber, BSTR FileName, BSTR InDevName) |
VARIANT_BOOL | UploadPicture (LONG dwMachineNumber, BSTR FileName, BSTR InDevName) |
VARIANT_BOOL | DownloadPicture (LONG dwMachineNumber, BSTR FileName, BSTR FilePath) |
VARIANT_BOOL UploadTheme | ( | LONG | dwMachineNumber, |
BSTR | FileName, | ||
BSTR | InDevName | ||
) |
To upload a theme picture to the machine.
Parameter description:
|
name | type | description of value |
---|---|---|
True | BOOL | Function execution success |
False | BOOL | Function execution failure |
VARIANT_BOOL UploadPicture | ( | LONG | dwMachineNumber, |
BSTR | FileName, | ||
BSTR | InDevName | ||
) |
To upload a background picture to the machine.
Parameter description:
|
name | type | description of value |
---|---|---|
True | BOOL | Function execution success |
False | BOOL | Function execution failure |
VARIANT_BOOL DownloadPicture | ( | LONG | dwMachineNumber, |
BSTR | FileName, | ||
BSTR | FilePath | ||
) |
To download the background picture from the machine.
Parameter description:
|
name | type | description of value |
---|---|---|
True | BOOL | Function execution success |
False | BOOL | Function execution failure |