Bluetooth Special Interest Group Inc. BTSIG15A Manual De Usuario

Descargar
Página de 162
Printed Documentation 
92 
This error will be returned by CreateWorkspace() if the ICS file specified in the pszPathOfPtsFile is invalid or cannot be 
found. 
PTSCONTROL_E_FAILED_TO_CREATE_WORKSPACE (0x849C0003) 
CreateWorkspace() will return this error code if there is a problem creating the Workspace. 
PTSCONTROL_E_CLIENT_LOG_NOT_EXPECTED_TO_FAIL (0x849C0004) 
This error can be returned from RunTestCase() when a call to the “logger” function (IPTSControlClientLogger::Log()) 
returns a failure status. 
PTSCONTROL_E_FAILED_TO_OPEN_WORKSPACE (0x849C0005) 
OpenWorkspace() will return this status code when it is unable to open the Workspace specified in the 
pszPathOfWorkspace parameter. 
PTSCONTROL_E_PROJECT_NOT_FOUND (0x849C0010) 
PTSCONTROL_E_PROJECT_NOT_FOUND is returned when the Project index value to GetProjectName() is out of 
range, or by GetProjectVersion(), the Test Case functions, and the ICS/IXIT update functions when the named Project is 
not in the Workspace. 
PTSCONTROL_E_TESTCASE_NOT_FOUND (0x849C0011) 
This value is returned when the Test Case index value to GetTestCaseName() or GetTestCaseDescription() is out of 
range, or, when the Test Case name supplied to IsActiveTestCase() does not exist. 
PTSCONTROL_E_TESTCASE_NOT_STARTED (0x849C0012) 
Returned by RunTestCase() when it encounters a problem trying to start the execution of the specified Test Case. 
PTSCONTROL_E_INVALID_TEST_SUITE (0x849C0013) 
This value is returned from RunTestCase() or IsActiveTestCase() if the data for the selected Project is invalid in some 
way. 
PTSCONTROL_E_PTS_VERSION_NOT_FOUND (0x849C0014) 
Returned by GetPTSVersion() when it is unable to determine the version of PTS.exe. 
PTSCONTROL_E_PROJECT_VERSION_NOT_FOUND (0x849C0015) 
Returned by GetProjectVersion() when the selected project is not present in the current Workspace. 
PTSCONTROL_E_TESTCASE_NOT_ACTIVE (0x849C0016) 
This value is returned from RunTestCase() when the selected Test Case is not active (disabled) in the selected Project. 
PTSCONTROL_E_INVALID_IXIT_PARAM_VALUE (0x849C0020) 
This value is returned from UpdateIXITParam() when the character string containing the new parameter value contains 
characters that are not valid for the IXIT item data type. 
This value is also returned for OCTETSTRING values that contain only hexadecimal characters, but are not of an even 
length. (OCTETSTRINGs require two characters for each byte of data.) 
PTSCONTROL_E_IXIT_PARAM_NOT_CHANGED (0x849C0021) 
UpdateIXITParam() can return this error status when there is a problem updating a IXIT value. 
PTSCONTROL_E_IXIT_PARAM_UPDATE_FAILED (0x849C0022)