Everything_GetReplyWindow
The Everything_GetReplyWindow function returns the current reply window for the IPC query reply.
Syntax
HWND Everything_GetReplyWindow(void);
Return Value
The return value is the current reply window.
Remarks
The default reply window is 0, or no reply window.
Example
HWND hWnd = Everything_GetReplyWindow();