Searched refs:WSAMAKEASYNCREPLY (Results 1 – 3 of 3) sorted by relevance
547 lParam = WSAMAKEASYNCREPLY(BufferSize, ErrorCode); in WsAsyncGetServ()620 lParam = WSAMAKEASYNCREPLY(BufferSize, ErrorCode); in WsAsyncGetProto()695 lParam = WSAMAKEASYNCREPLY(BufferSize, ErrorCode); in WsAsyncGetHost()
477 #define WSAMAKEASYNCREPLY(b,e) MAKELONG(b,e) macro
2726 #define WSAMAKEASYNCREPLY(buflen,error) MAKELONG(buflen,error) macro