Changeset 6646 for trunk/src/kernel32/mailslot.cpp
- Timestamp:
- Sep 5, 2001, 2:58:00 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/mailslot.cpp
r5587 r6646 1 /* 1 /* $Id: mailslot.cpp,v 1.2 2001-09-05 12:57:59 bird Exp $ 2 * 2 3 * Win32 mailslot APIs 3 4 * … … 37 38 * If the function fails, the return value is INVALID_HANDLE_VALUE. 38 39 * Remark : 39 * Status : 40 * Status : 40 41 * 41 42 * Author : SvL … … 66 67 * If the function fails, the return value is INVALID_HANDLE_VALUE. 67 68 * Remark : 68 * Status : 69 * Status : 69 70 * 70 71 * Author : SvL … … 96 97 * Result : TRUE / FALSE 97 98 * Remark : 98 * Status : 99 * Status : 99 100 * 100 101 * Author : SvL … … 120 121 * Result : TRUE / FALSE 121 122 * Remark : 122 * Status : 123 * Status : 123 124 * 124 125 * Author : SvL
Note:
See TracChangeset
for help on using the changeset viewer.