SDK/Everything GetReplyID
From Wiki
< SDK
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();
Function Information
DLL Requires Everything.dll Header Declared in Everything.h, include Everything.h Library Link to Everything.lib
See Also
