Partager via


KITLSetTranParam

This function, when called, passes the function call to the TranSetParam function in the transport.

To use the XML grid in a custom transport, you must call the KITLGetTranXMLParams function and the KITLSetTranParam function in the Kitldll.dll library.

BOOL KITLSetTranParam(
  KITLTRANLIB klib,
  LPCWSTR strName,
  LPCWSTR strValue,
  LPWSTR strError,
  ULONG lErrorStringSize 
);

Parameters

  • klib
    [in] Value returned by the KITLLoadTransportLib function.
  • strName
    [in] Name of the parameter.
  • strValue
    [in] Value of the parameter.
  • strError
    [in, out] Pointer to the error string.
  • lErrorStringSize
    [in] Size of the error string.

Return Values

The KITLSetTranParam function returns TRUE if it calls the TranSetParam function successfully and the TranSetParam function returns TRUE. Otherwise, the KITLSetTranParam function returns FALSE.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Kitl.h.

See Also

KITLGetTranXMLParams | TranSetParam

 Last updated on Friday, October 08, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.