Everything_GetReplyID
The Everything_GetReplyID function returns the current reply identifier for the IPC query reply.
Syntax
DWORD Everything_GetReplyID(void);
Return Value
The return value is the current reply identifier.
Remarks
The default reply identifier is 0.
Example
DWORD id = Everything_GetReplyID();