Home
last modified time | relevance | path

Searched refs:pNotifyHandle (Results 1 – 3 of 3) sorted by relevance

/reactos/sdk/lib/drivers/wdf/shared/targets/general/
H A Dfxiotargetremote.cpp524 MdTargetNotifyHandle pNotifyHandle; in Close() local
537 pNotifyHandle = NULL; in Close()
633 pNotifyHandle = m_TargetNotifyHandle; in Close()
643 UnregisterForPnpNotification(pNotifyHandle); in Close()
/reactos/base/services/umpnpmgr/
H A Drpcserver.c4717 PNP_NOTIFY_HANDLE *pNotifyHandle, in PNP_RegisterNotification() argument
4727 ulNotificationFilterSize, ulFlags, pNotifyHandle, ulProcessId, pulUnknown9); in PNP_RegisterNotification()
4729 if (pNotifyHandle == NULL) in PNP_RegisterNotification()
4732 *pNotifyHandle = NULL; in PNP_RegisterNotification()
4774 *pNotifyHandle = (PNP_NOTIFY_HANDLE)pNotifyData; in PNP_RegisterNotification()
4803 PNP_NOTIFY_HANDLE *pNotifyHandle) in PNP_UnregisterNotification() argument
4808 hBinding, pNotifyHandle); in PNP_UnregisterNotification()
4810 pEntry = (PNOTIFY_ENTRY)*pNotifyHandle; in PNP_UnregisterNotification()
4818 *pNotifyHandle = NULL; in PNP_UnregisterNotification()
/reactos/sdk/include/reactos/idl/
H A Dpnp.idl886 [out] PPNP_NOTIFY_HANDLE pNotifyHandle,
895 [in, out] PPNP_NOTIFY_HANDLE pNotifyHandle);