Partager via


KITLLoadTransportLib

This function loads a KITL transport library.

KITLTRANLIB KITLLoadTransportLib(
  LPCWSTR pszDllName 
);

Parameters

  • pszDllName
    [in] Name of the DLL that contains the transport library.

Return Values

If the call is successful, the KITLLoadTransportLib function returns a transport identifier that you can use in subsequent calls to KITLGetTranXMLParams and KITLSetTranParam functions.

Requirements

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

See Also

KITLGetTranXMLParams | KITLSetTranParam | KITLUnloadTransportLib

 Last updated on Friday, October 08, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.