StructCmdHandleClientAnsSub (STRUCT) ¶ TYPE StructCmdHandleClientAnsSub : STRUCT Struct that contains the single error for each client handled InOut: Name Type Comment iError INT Eventually error dwExternIdCL DWORD External ID created on client side, the original one dwExternIdSV DWORD External ID created on server side, the duplicated one sTicket TicketType Ticket to link to the ID just created
StructCmdHandleClientAnsSub2 (STRUCT) ¶ TYPE StructCmdHandleClientAnsSub2 : STRUCT Struct that contains the single data for each client handled InOut: Name Type Comment iError INT Eventually error dwExternIdSV DWORD External ID created on server side xRegistered BOOL If the client has been registered
StructCmdNewClient (STRUCT) ¶ TYPE StructCmdNewClient : STRUCT Structure that contains the data to send in case of new client InOut: Name Type Comment ClientType Visu_ClientType Client type dwExternIdCL DWORD External ID created on client side, the original one dwCreationFlags DWORD Creation flags iNumTag INT Number of following tag. The “following tags” will be added during the creation list
StructCmdNewFrame (STRUCT) ¶ TYPE StructCmdNewFrame : STRUCT Structure that contains the data to send in case of new frame InOut: Name Type Comment ClientType Visu_ClientType Client type dwExternId DWORD External ID iFrame INT Frame index iSelected INT Page selected into frame sPageFr STRING Page name, where the frame belongs to sPageDisp STRING Page name actually displayed
CertRemove (FUN) ¶ FUNCTION CertRemove : RTS_IEC_RESULT It removes a certificate InOut: Scope Name Type Comment Return CertRemove RTS_IEC_RESULT Input hCert RTS_IEC_HANDLE certificate to remove
CheckThumbString (FUN) ¶ FUNCTION CheckThumbString : BOOL It checks the thumbprint string for correct value InOut: Scope Name Type Comment Return CheckThumbString BOOL Input psThumb POINTER TO STRING String to check
ConvThumbToBytes (FUN) ¶ FUNCTION ConvThumbToBytes : BOOL It converts the thumbprint from string to an arry of byte InOut: Scope Name Type Comment Return ConvThumbToBytes BOOL Input psThumb POINTER TO STRING String to convert pbyThumb POINTER TO BYTE Where to write the data iSz INT Size of above buffer
ConvThumbToString (FUN) ¶ FUNCTION ConvThumbToString : STRING It converts the thumbprint from array of byte to string InOut: Scope Name Type Comment Return ConvThumbToString STRING Input pbyThumb POINTER TO BYTE Array to convert
EnumUnitTest (ENUM) ¶ TYPE EnumUnitTest : Attributes: qualified_only InOut: Name Initial no 0 dry wet
GetCertHandle (FUN) ¶ FUNCTION GetCertHandle : RTS_IEC_HANDLE It returns the certificate handle starting from thumb InOut: Scope Name Type Return GetCertHandle RTS_IEC_HANDLE Input psCertThumb POINTER TO STRING