#include <stdarg.h>
#include <stdio.h>
#include "windef.h"
#include "winbase.h"
#include "wingdi.h"
#include "winuser.h"
#include "ole2.h"
#include "sensevts.h"
#include "sensapi.h"
#include "uuids.h"
#include "wine/debug.h"
Go to the source code of this file.
◆ COBJMACROS
◆ IsDestinationReachableA()
Definition at line 44 of file sensapi.c.
45{
46 FIXME(
"%s,%p\n", lpszDestination, lpQOCInfo);
48}
◆ IsDestinationReachableW()
◆ IsNetworkAlive()
Definition at line 55 of file sensapi.c.
56{
57 TRACE(
"yes, using LAN type network.\n");
58 if (lpdwFlags)
61}
#define NETWORK_ALIVE_LAN
◆ WINE_DEFAULT_DEBUG_CHANNEL()
WINE_DEFAULT_DEBUG_CHANNEL |
( |
sensapi |
| ) |
|