KITLGetTranXMLParams
This function, when called, passes the function call to the TranGetXMLParams 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 KITLGetTranXMLParams(
KITLTRANLIB klib,
LPCWSTR* ppstrXML
);
Parameters
- klib
[in]Value returned by the KITLLoadTransportLib function. - ppstrXML
[in, out] Pointer to a pointer the XML string.
Return Values
The KITLGetTranXMLParams function returns TRUE if it calls the TranGetXMLParams function successfully and the TranGetXMLParams function returns TRUE. Otherwise, the KITLGetTranXMLParams function returns FALSE.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Kitl.h.
See Also
KITLSetTranParam | TranGetXMLParams
Last updated on Friday, October 08, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.