ReactOS 0.4.16-dev-736-g28b802b
|
#include <stdarg.h>
#include <windef.h>
#include <winbase.h>
#include <wine/debug.h>
#include <rasshost.h>
Go to the source code of this file.
Macros | |
#define | WIN32_NO_STATUS |
Functions | |
WINE_DEFAULT_DEBUG_CHANNEL (rasman) | |
VOID WINAPI | RasSecurityDialogComplete (SECURITY_MESSAGE *pSecMsg) |
DWORD WINAPI | RasSecurityDialogBegin (HPORT hPort, PBYTE pSendBuf, DWORD SendBufSize, PBYTE pRecvBuf, DWORD RecvBufSize, VOID(WINAPI *RasSecurityDialogComplete)(SECURITY_MESSAGE *)) |
DWORD WINAPI | RasSecurityDialogSend (HPORT hPort, PBYTE pBuffer, WORD BufferLength) |
DWORD WINAPI | RasSecurityDialogReceive (HPORT hPort, PBYTE pBuffer, PWORD pBufferLength, DWORD Timeout, HANDLE hEvent) |
DWORD WINAPI | RasSecurityDialogEnd (HPORT hPort) |
DWORD WINAPI | RasSecurityDialogGetInfo (HPORT hPort, RAS_SECURITY_INFO *pBuffer) |
BOOL WINAPI | DllMain (IN HINSTANCE hinstDLL, IN DWORD dwReason, IN LPVOID lpvReserved) |
Variables | |
static HINSTANCE | hDllInstance |
@DllMain
Core routine of the Utility Manager's library.
[in] | hDllInstance | The entry point instance of the library. |
[in] | fdwReason | The reason argument to indicate the motive DllMain is being called. |
[in] | lpvReserved | Reserved. |
Definition at line 80 of file rasman.c.
DWORD WINAPI RasSecurityDialogBegin | ( | HPORT | hPort, |
PBYTE | pSendBuf, | ||
DWORD | SendBufSize, | ||
PBYTE | pRecvBuf, | ||
DWORD | RecvBufSize, | ||
VOID(WINAPI *RasSecurityDialogComplete)(SECURITY_MESSAGE *) | |||
) |
Definition at line 42 of file rasman.c.
VOID WINAPI RasSecurityDialogComplete | ( | SECURITY_MESSAGE * | pSecMsg | ) |
Definition at line 36 of file rasman.c.
Referenced by RasSecurityDialogBegin().
DWORD WINAPI RasSecurityDialogGetInfo | ( | HPORT | hPort, |
RAS_SECURITY_INFO * | pBuffer | ||
) |
Definition at line 52 of file rasman.c.
WINE_DEFAULT_DEBUG_CHANNEL | ( | rasman | ) |