Home
last modified time | relevance | path

Searched refs:pNotificationFilter (Results 1 – 2 of 2) sorted by relevance

/reactos/base/services/umpnpmgr/
H A Drpcserver.c4714 BYTE *pNotificationFilter, in PNP_RegisterNotification() argument
4726 hBinding, hRecipient, pszName, pNotificationFilter, in PNP_RegisterNotification()
4734 if (pNotificationFilter == NULL || in PNP_RegisterNotification()
4742 (((PDEV_BROADCAST_HDR)pNotificationFilter)->dbch_size < sizeof(DEV_BROADCAST_HDR))) in PNP_RegisterNotification()
4745 if (((PDEV_BROADCAST_HDR)pNotificationFilter)->dbch_devicetype == DBT_DEVTYP_DEVICEINTERFACE) in PNP_RegisterNotification()
4748 pBroadcastDeviceInterface = (PDEV_BROADCAST_DEVICEINTERFACE_W)pNotificationFilter; in PNP_RegisterNotification()
4776 else if (((PDEV_BROADCAST_HDR)pNotificationFilter)->dbch_devicetype == DBT_DEVTYP_HANDLE) in PNP_RegisterNotification()
4779 pBroadcastDeviceHandle = (PDEV_BROADCAST_HANDLE)pNotificationFilter; in PNP_RegisterNotification()
4790 … DPRINT1("Invalid device type %lu\n", ((PDEV_BROADCAST_HDR)pNotificationFilter)->dbch_devicetype); in PNP_RegisterNotification()
/reactos/sdk/include/reactos/idl/
H A Dpnp.idl883 [in, size_is(ulNotificationFilterSize)] BYTE *pNotificationFilter,