mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
5 years ago | |
---|---|---|
.. | ||
makefile | 5 years ago | |
readme.txt | 5 years ago | |
sources | 5 years ago | |
version.rc | 5 years ago | |
witlap.c | 5 years ago | |
witlbt.c | 5 years ago | |
witlcd.c | 5 years ago | |
witlcde.c | 5 years ago | |
witlfw.c | 5 years ago | |
witlgaal.c | 5 years ago | |
witlgad.c | 5 years ago | |
witlgap.c | 5 years ago | |
witlgc.c | 5 years ago | |
witlgdcf.c | 5 years ago | |
witlgdt.c | 5 years ago | |
witlgi.c | 5 years ago | |
witlgr.c | 5 years ago | |
witlgtc.c | 5 years ago | |
witlho.c | 5 years ago | |
witlie.c | 5 years ago | |
witlpak.c | 5 years ago | |
witlpatc.c | 5 years ago | |
witlpk.c | 5 years ago | |
witlrd.c | 5 years ago | |
witlsap.c | 5 years ago | |
witlsdcf.c | 5 years ago | |
witlst.c | 5 years ago | |
witlstl.c | 5 years ago | |
witlsuc.c | 5 years ago | |
witlta.c | 5 years ago | |
witltd.c | 5 years ago | |
witlupak.c | 5 years ago | |
wittgli.c | 5 years ago | |
wittrmc.c | 5 years ago | |
wittrmec.c | 5 years ago | |
wline.c | 5 years ago | |
wline.def | 5 years ago | |
wline.h | 5 years ago |
readme.txt
UNICODE changes for go/no-go tests have been
completed for the following LINE APIs:
lineAddProviderW
lineBlindTransferW
lineConfigDialogW
lineConfigDialogEditW
lineForwardW
lineGatherDigitsW
lineGenerateDigitsW
lineGetAppPriorityW
lineGetCountryW
lineGetDevConfigW
lineGetIconW
lineGetIDW
lineGetRequestW
lineGetTranslateCapsW
lineHandoffW
lineInitializeExW
lineParkW
linePickupW
linePrepareAddToConferenceW
lineRedirectW
lineSetAppPriorityW
lineSetDevConfigW
lineSetTollListW
lineSetupConferenceW
lineSetupTransferW
lineTranslateAddressW
lineTranslateDialogW
lineUnparkW
lineGetAgentActivityListW
tapiGetLocationInfoW
tapiRequestMakeCallW
tapiRequestMediaCallW
These go/no-go UNICODE tests are identical to
the corresponding ASCII go/no-go tests
except that they can handle wide chars.
The UNICODE go/no-go tests for TLINE APIs have
not been done (as per Xiao's suggestion).
The addition of the UNICODE modifications will not
affect any of the normal functions. You will still
be able to build normally from the sources tree and
run tests. TRAPPER.INI has been updated to include
the new suite of WLINE tests. To test for this suite
though, you'd have to have a new TCORE.DLL built with
the WUNICODE flag.
(1) Set the "-DWUNICODE=1" flag in the sources
file in the tcore directory and build the DLL. The
WLINE directory would have the sources file with the
WUNICODE set by default. Build WLINE.DLL.
NOTE: The flag is WUNICODE and not just UNICODE
(2) Start Trapper.EXE and test only those functions
in the WLINE set - NOTE: the XLINE/YLINE etc functions
that have UNICODE versions would not work with the new
TCORE.DLL. All other XLINE/YLINE functions that donot
have a W version should work fine.