#include <stdarg.h>
#include <windef.h>
#include <winbase.h>
#include <wine/debug.h>
#include <rasshost.h>
Go to the source code of this file.
|
| 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) |
|
◆ WIN32_NO_STATUS
◆ DllMain()
@DllMain
Core routine of the Utility Manager's library.
- Parameters
-
[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. |
- Returns
- Returns TRUE when main call initialization has succeeded, FALSE otherwise.
Definition at line 80 of file rasman.c.
static HINSTANCE hDllInstance
BOOL WINAPI DisableThreadLibraryCalls(IN HMODULE hLibModule)
#define DLL_PROCESS_ATTACH
◆ RasSecurityDialogBegin()
Definition at line 42 of file rasman.c.
46 FIXME(
"(%p,%p,0x%08x,%p,0x%08x,%p),stub!\n",hPort,pSendBuf,SendBufSize,
VOID WINAPI RasSecurityDialogComplete(SECURITY_MESSAGE *pSecMsg)
◆ RasSecurityDialogComplete()
◆ RasSecurityDialogEnd()
◆ RasSecurityDialogGetInfo()
◆ RasSecurityDialogReceive()
Definition at line 59 of file rasman.c.
61 FIXME(
"(%p,%p,%p,%x,%p),stub!\n",hPort,
pBuffer, pBufferLength,
Timeout,
hEvent);
◆ RasSecurityDialogSend()
Definition at line 52 of file rasman.c.
_Must_inspect_result_ _In_ WDFDEVICE _In_ DEVICE_REGISTRY_PROPERTY _In_ ULONG BufferLength
◆ WINE_DEFAULT_DEBUG_CHANNEL()
WINE_DEFAULT_DEBUG_CHANNEL |
( |
rasman |
| ) |
|
◆ hDllInstance