Changeset 5590 for trunk/include/HandleManager.h
- Timestamp:
- Apr 26, 2001, 3:27:59 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/HandleManager.h
r4285 r5590 1 /* $Id: HandleManager.h,v 1.2 4 2000-09-20 21:32:56 hughExp $ */1 /* $Id: HandleManager.h,v 1.25 2001-04-26 13:27:58 sandervl Exp $ */ 2 2 3 3 /* … … 523 523 DWORD cbPipe); 524 524 525 526 //Mailslot API 527 HANDLE HMCreateMailslotA(LPCSTR lpName, DWORD nMaxMessageSize, 528 DWORD lReadTimeout, 529 LPSECURITY_ATTRIBUTES lpSecurityAttributes); 530 BOOL HMGetMailslotInfo(HANDLE hMailslot, 531 LPDWORD lpMaxMessageSize, 532 LPDWORD lpNextSize, 533 LPDWORD lpMessageCount, 534 LPDWORD lpReadTimeout); 535 BOOL HMSetMailslotInfo(HANDLE hMailslot, 536 DWORD dwReadTimeout); 537 525 538 #ifdef __cplusplus__ 526 539 }
Note:
See TracChangeset
for help on using the changeset viewer.