Jungo WinDriver  
Official Documentation

◆ WD_IpcScanProcs

#define WD_IpcScanProcs (   h,
  pIpcScanProcs 
)
Value:
WD_FUNCTION(IOCTL_WD_IPC_SCAN_PROCS, h, pIpcScanProcs, \
#define FALSE
Definition: kpstdlib.h:260
#define IOCTL_WD_IPC_SCAN_PROCS
Definition: windrvr.h:1658
#define WD_FUNCTION
Definition: windrvr.h:1838

Scans and returns information of all WinDriver IPC registered processes that share the application process groupID.

Parameters
[in]hHandle to WinDriver's kernel-mode driver as received from WD_Open()
[in]pIpcScanProcsPointer to the processes info struct
Returns
Returns WD_STATUS_SUCCESS (0) on success, or an appropriate error code otherwise

Definition at line 2294 of file windrvr.h.