SDK/Everything SetReplyWindow
From Wiki
< SDK
Everything_SetReplyWindow
The Everything_SetReplyWindow function sets the window that will receive the the IPC Query results.
Syntax
void Everything_SetReplyWindow(HWND hWnd);
Parameters
- hWnd
- The handle to the window that will receive the IPC Query reply.
Return Value
- This function has no return value.
Remarks
- This function must be called before calling Everything_Query with bWait set to FALSE.
- Check for results with the specified window using Everything_IsQueryReply.
- Call Everything_SetReplyID with a unique identifier to specify multiple searches.
Example
// reply to this window. Everything_SetReplyWindow(hwnd); // execute the query Everything_Query(FALSE);
Function Information
DLL Requires Everything.dll Header Declared in Everything.h, include Everything.h Library Link to Everything.lib
See Also
