22 lines
438 B
Modula-2
22 lines
438 B
Modula-2
|
NAME umpnpmgr.dll
|
||
|
|
||
|
EXPORTS
|
||
|
ServiceEntry
|
||
|
|
||
|
;
|
||
|
; Exposing RPC interface - called by service manager
|
||
|
;
|
||
|
PNP_GetDeviceList
|
||
|
PNP_GetDeviceListSize
|
||
|
PNP_HwProfFlags
|
||
|
PNP_GetDeviceRegProp
|
||
|
|
||
|
;
|
||
|
; Private interface, called by service manager (does not have
|
||
|
; a CM_* client-side counterpart)
|
||
|
;
|
||
|
PNP_SetActiveService
|
||
|
RegisterServiceNotification
|
||
|
RegisterScmCallback
|
||
|
DeleteServicePlugPlayRegKeys
|