Changeset 1940 for trunk/src/wsock32/new/relaywin.h
- Timestamp:
- Dec 2, 1999, 4:22:05 PM (26 years ago)
- File:
-
- 1 edited
-
trunk/src/wsock32/new/relaywin.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wsock32/new/relaywin.h
r1933 r1940 1 /* $Id: relaywin.h,v 1. 2 1999-12-02 07:47:26 phallerExp $ */1 /* $Id: relaywin.h,v 1.3 1999-12-02 15:22:05 achimha Exp $ */ 2 2 3 3 /* … … 36 36 *****************************************************************************/ 37 37 38 /* these are the request types so we can interpret the messages and convert the results */ 39 #define ASYNCREQUEST_SELECT 0 40 #define ASYNCREQUEST_GETHOSTBYNAME 1 41 38 42 typedef struct tagHwndMsgPair 39 43 { 40 44 HWND hwnd; /* target window */ 41 45 ULONG ulMsg; /* the message code to send */ 46 ULONG ulRequestType; /* the type of request that this belongs to */ 47 PVOID pvUserData1; /* request specific data field */ 48 PVOID pvUserData2; /* request specific data field */ 42 49 } HWNDMSGPAIR, *PHWNDMSGPAIR; 43 50 … … 46 53 *****************************************************************************/ 47 54 48 ULONG RelayAlloc (HWND hwnd, ULONG ulMsg); 55 ULONG RelayAlloc(HWND hwnd, ULONG ulMsg, ULONG ulRequestType, 56 PVOID pvUserData1 = 0, PVOID pvUserData2 = 0); 49 57 ULONG RelayFree (ULONG ulID); 50 58 ULONG RelayFreeByHwnd(HWND hwnd);
Note:
See TracChangeset
for help on using the changeset viewer.
