ReactOS 0.4.16-dev-91-g764881a
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Functions | |
HANDLE WINAPI | CreateMailslotA (IN LPCSTR lpName, IN DWORD nMaxMessageSize, IN DWORD lReadTimeout, IN LPSECURITY_ATTRIBUTES lpSecurityAttributes) |
HANDLE WINAPI | CreateMailslotW (IN LPCWSTR lpName, IN DWORD nMaxMessageSize, IN DWORD lReadTimeout, IN LPSECURITY_ATTRIBUTES lpSecurityAttributes) |
BOOL WINAPI | GetMailslotInfo (IN HANDLE hMailslot, IN LPDWORD lpMaxMessageSize, IN LPDWORD lpNextSize, IN LPDWORD lpMessageCount, IN LPDWORD lpReadTimeout) |
BOOL WINAPI | SetMailslotInfo (IN HANDLE hMailslot, IN DWORD lReadTimeout) |
#define NDEBUG |
Definition at line 13 of file mailslot.c.
HANDLE WINAPI CreateMailslotA | ( | IN LPCSTR | lpName, |
IN DWORD | nMaxMessageSize, | ||
IN DWORD | lReadTimeout, | ||
IN LPSECURITY_ATTRIBUTES | lpSecurityAttributes | ||
) |
Definition at line 23 of file mailslot.c.
Referenced by mailslot_test(), and test_query_object().
HANDLE WINAPI CreateMailslotW | ( | IN LPCWSTR | lpName, |
IN DWORD | nMaxMessageSize, | ||
IN DWORD | lReadTimeout, | ||
IN LPSECURITY_ATTRIBUTES | lpSecurityAttributes | ||
) |
Definition at line 37 of file mailslot.c.
BOOL WINAPI GetMailslotInfo | ( | IN HANDLE | hMailslot, |
IN LPDWORD | lpMaxMessageSize, | ||
IN LPDWORD | lpNextSize, | ||
IN LPDWORD | lpMessageCount, | ||
IN LPDWORD | lpReadTimeout | ||
) |
Definition at line 116 of file mailslot.c.
Referenced by mailslot_test().
Definition at line 172 of file mailslot.c.