59 lines
1.8 KiB
Modula-2
59 lines
1.8 KiB
Modula-2
LIBRARY portcls.sys
|
|
EXPORTS
|
|
DllInitialize PRIVATE
|
|
DllUnload PRIVATE
|
|
KsoDispatchCreateWithGenericFactory
|
|
KsoGetIrpTargetFromFileObject
|
|
KsoGetIrpTargetFromIrp
|
|
PcAcquireFormatResources
|
|
PcAddAdapterDevice
|
|
PcAddContentHandlers
|
|
PcAddToEventTable
|
|
PcAddToPropertyTable
|
|
PcCaptureFormat
|
|
PcCompleteIrp
|
|
PcCompletePendingEventRequest
|
|
PcCompletePendingPropertyRequest
|
|
PcCreateContentMixed
|
|
PcCreateSubdeviceDescriptor
|
|
PcDeleteSubdeviceDescriptor
|
|
PcDestroyContent
|
|
PcDispatchIrp
|
|
PcDmaMasterDescription
|
|
PcDmaSlaveDescription
|
|
PcForwardContentToDeviceObject
|
|
PcForwardContentToFileObject
|
|
PcForwardContentToInterface
|
|
PcForwardIrpSynchronous
|
|
PcFreeEventTable
|
|
PcFreePropertyTable
|
|
PcGenerateEventDeferredRoutine
|
|
PcGenerateEventList
|
|
PcGetContentRights
|
|
PcGetDeviceProperty
|
|
PcGetTimeInterval
|
|
PcHandleDisableEventWithTable
|
|
PcHandleEnableEventWithTable
|
|
PcHandlePropertyWithTable
|
|
PcInitializeAdapterDriver
|
|
PcNewInterruptSync
|
|
PcNewDmaChannel
|
|
PcNewMiniport
|
|
PcNewPort
|
|
PcNewRegistryKey
|
|
PcNewResourceList
|
|
PcNewResourceSublist
|
|
PcNewServiceGroup
|
|
PcPinPropertyHandler
|
|
PcRegisterAdapterPowerManagement
|
|
PcRegisterIoTimeout
|
|
PcRegisterPhysicalConnection
|
|
PcRegisterPhysicalConnectionFromExternal
|
|
PcRegisterPhysicalConnectionToExternal
|
|
PcRegisterSubdevice
|
|
PcRequestNewPowerState
|
|
PcTerminateConnection
|
|
PcUnregisterIoTimeout
|
|
PcValidateConnectRequest
|
|
PcVerifyFilterIsReady
|