Windows NT 4.0 source code leak
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.
 
 
 
 
 
 
Adam b4a8d373d8
Create README.md
5 years ago
..
makefile initial commit 5 years ago
readme.txt initial commit 5 years ago
sources initial commit 5 years ago
version.rc initial commit 5 years ago
witlap.c initial commit 5 years ago
witlbt.c initial commit 5 years ago
witlcd.c initial commit 5 years ago
witlcde.c initial commit 5 years ago
witlfw.c initial commit 5 years ago
witlgaal.c initial commit 5 years ago
witlgad.c initial commit 5 years ago
witlgap.c initial commit 5 years ago
witlgc.c initial commit 5 years ago
witlgdcf.c initial commit 5 years ago
witlgdt.c initial commit 5 years ago
witlgi.c initial commit 5 years ago
witlgr.c initial commit 5 years ago
witlgtc.c initial commit 5 years ago
witlho.c initial commit 5 years ago
witlie.c initial commit 5 years ago
witlpak.c initial commit 5 years ago
witlpatc.c initial commit 5 years ago
witlpk.c initial commit 5 years ago
witlrd.c initial commit 5 years ago
witlsap.c initial commit 5 years ago
witlsdcf.c initial commit 5 years ago
witlst.c initial commit 5 years ago
witlstl.c initial commit 5 years ago
witlsuc.c initial commit 5 years ago
witlta.c initial commit 5 years ago
witltd.c initial commit 5 years ago
witlupak.c initial commit 5 years ago
wittgli.c initial commit 5 years ago
wittrmc.c initial commit 5 years ago
wittrmec.c initial commit 5 years ago
wline.c initial commit 5 years ago
wline.def initial commit 5 years ago
wline.h initial commit 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.