source: trunk/example/test.txt@ 4

Last change on this file since 4 was 2, checked in by ktk, 18 years ago

Initial import

File size: 950 bytes
Line 
1MciInstallDrv = (
2 DrvInstallName = "SPEAKER" (20)
3 DrvDeviceType = 13
4 DrvDeviceFlag = 02L
5 DrvVersionNumber = "1" (6)
6 DrvProductInfo = "SPEAKER" (40)
7 DrvMCDDriver = "" (20)
8 DrvVSDDriver = "" (20)
9 DrvPDDName = "" (9)
10 DrvMCDTable = "" (20)
11 DrvVSDTable = "" (20)
12 DrvShareType = 1
13 DrvResourceName = "SPEAKER" (20)
14 DrvResourceUnits = 0
15 DrvClassArray[1] = (10)
16 (
17 ( DrvClassNumber = 1 )
18 )
19 )
20
21MciInstallConn = (
22 ConnInstallName="SPEAKER" (20)
23 ConnArray[1]= ( (10)
24 (
25 ConnType=15
26 ConnInstallTo="" (20)
27 ConnIndexTo=0
28 )
29 )
30 )
31
32MciInstallExt = (
33 ExtInstallName = "ibmdigvidplayer01" (20)
34 ExtArray[3] = ( (25)
35 (ExtString = "AVI") (4)
36 (ExtString = "FLI") (4)
37 (ExtString = "FLC") (4)
38 )
39 )
Note: See TracBrowser for help on using the repository browser.