[THEMES]
[reactos.git] / reactos / drivers / multimedia / portcls.NEW / portcls.def
1 ;
2 ; Exports definition file for portcls.sys
3 ;
4 EXPORTS
5 DllInitialize@4
6 DllUnload@0
7
8 ; Adapters (adapter.c)
9 PcAddAdapterDevice@20
10 PcInitializeAdapterDriver@12
11
12 ; Factories
13 PcNewDmaChannel@20
14 PcNewInterruptSync@20
15 PcNewMiniport@8
16 PcNewPort@8
17 PcNewRegistryKey@36
18 PcNewResourceList@20
19 PcNewResourceSublist@20
20 PcNewServiceGroup@8
21
22 ; Digital Rights Management (drm.c)
23 PcAddContentHandlers@12
24 PcCreateContentMixed@12
25 PcDestroyContent@4
26 PcForwardContentToDeviceObject@12
27 PcForwardContentToFileObject@8
28 PcForwardContentToInterface@12
29 PcGetContentRights@8
30
31 ; IRP Helpers
32 PcCompleteIrp@12
33 PcDispatchIrp@8
34 PcForwardIrpSynchronous@8
35
36 ; Misc
37 PcGetTimeInterval@8
38 PcRegisterSubdevice@12
39
40 ; Physical Connections
41 PcRegisterPhysicalConnection@20
42 PcRegisterPhysicalConnectionFromExternal@20
43 PcRegisterPhysicalConnectionToExternal@20
44
45 ; Power Management
46 PcRegisterAdapterPowerManagement@8
47 PcRequestNewPowerState@8
48
49 ; Properties
50 PcCompletePendingPropertyRequest@8
51 PcGetDeviceProperty@20
52
53 ; Timeouts
54 PcRegisterIoTimeout@12
55 PcUnregisterIoTimeout@12