Bluetooth Special Interest Group Inc. BTSIG15A Manual Do Utilizador

Página de 162
Extended Automating 
79 
  
  
  
pszEntryName: A Unicode character string that contains the name of a ICS item defined in the specified 
Project that is to be updated. 
  
  
  
The ICS item name is case sensitive and must match the name shown in the ICS editor dialog of the PTS 
User Interface. 
  
  
  
bValue: The new value for the ICS item. 
  
  
Return 
values: 
A value greater than or equal to zero if successful. 
A value less than zero if not successful. For a list of error codes specific to the PTS Control API see 
API 
Error Codes
  
This function updates the value of a ICS item for the selected Project. The value may be set to TRUE or FALSE as 
appropriate. 
UpdateIXITParam() 
Declaration: 
HRESULT UpdateIXITParam(LPCWSTR pszProjectName, LPCWSTR pszParamName, 
LPCWSTR pszNewParamValue); 
  
  
Parameters: 
pszProjectName: A Unicode character string that contains the name of a Project that is available in the 
current Workspace. 
  
  
  
The Project name is case sensitive and must match the name shown in the “TestCaseView” window of the 
PTS User Interface. 
  
  
  
pszEntryName: A Unicode character string that contains the name of a IXIT item defined in the specified 
Project that is to be updated. 
  
  
  
The IXIT item name is case sensitive and must match the name shown in the IXIT editor dialog of the PTS 
User Interface. 
  
  
  
pszNewParamValue: A Unicode character string that contains the new value to be assigned to the 
specified IXIT item. 
  
  
  
See the table below for restrictions on the contents of this string.