ReactOS 0.4.16-dev-823-g9a093ec
|
Go to the source code of this file.
Classes | |
struct | _BLOB |
struct | _SERVICE_ADDRESS |
struct | _SERVICE_ADDRESSES |
struct | _SERVICE_INFOA |
struct | _SERVICE_INFOW |
Macros | |
#define | NS_ALL 0 |
#define | NS_SAP 1 |
#define | NS_NDS 2 |
#define | NS_PEER_BROWSE 3 |
#define | NS_TCPIP_LOCAL 10 |
#define | NS_TCPIP_HOSTS 11 |
#define | NS_DNS 12 |
#define | NS_NETBT 13 |
#define | NS_WINS 14 |
#define | NS_NBP 20 |
#define | NS_MS 30 |
#define | NS_STDA 31 |
#define | NS_NTDS 32 |
#define | NS_X500 40 |
#define | NS_NIS 41 |
#define | NS_NISPLUS 42 |
#define | NS_WRQ 50 |
#define | SERVICE_REGISTER 1 |
#define | SERVICE_DEREGISTER 2 |
#define | SERVICE_FLUSH 3 |
#define | SERVICE_FLAG_HARD 0x00000002 |
#define | __BLOB_T_DEFINED |
#define | _SERVICE_INFO SERVICE_INFOA |
#define | SetService SetServiceA |
#define | GetAddressByName GetAddressByNameA |
Typedefs | |
typedef struct _BLOB | BLOB |
typedef struct _BLOB * | PBLOB |
typedef struct _BLOB * | LPBLOB |
typedef struct _SERVICE_ADDRESS | SERVICE_ADDRESS |
typedef struct _SERVICE_ADDRESSES | SERVICE_ADDRESSES |
typedef struct _SERVICE_ADDRESSES * | PSERVICE_ADDRESSES |
typedef struct _SERVICE_ADDRESSES * | LPSERVICE_ADDRESSES |
typedef struct _SERVICE_INFOA | SERVICE_INFOA |
typedef struct _SERVICE_INFOA * | LPSERVICE_INFOA |
typedef struct _SERVICE_INFOW | SERVICE_INFOW |
typedef struct _SERVICE_INFOW * | LPSERVICE_INFOW |
typedef void * | LPSERVICE_ASYNC_INFO |
typedef SERVICE_INFOA | SERVICE_INFO |
typedef SERVICE_INFOA * | LPSERVICE_INFO |
Functions | |
INT WINAPI | SetServiceA (DWORD, DWORD, DWORD, LPSERVICE_INFOA, LPSERVICE_ASYNC_INFO, LPDWORD) |
INT WINAPI | SetServiceW (DWORD, DWORD, DWORD, LPSERVICE_INFOW, LPSERVICE_ASYNC_INFO, LPDWORD) |
INT WINAPI | GetAddressByNameA (DWORD, LPGUID, LPSTR, LPINT, DWORD, LPSERVICE_ASYNC_INFO, LPVOID, LPDWORD, LPSTR, LPDWORD) |
INT WINAPI | GetAddressByNameW (DWORD, LPGUID, LPWSTR, LPINT, DWORD, LPSERVICE_ASYNC_INFO, LPVOID, LPDWORD, LPWSTR, LPDWORD) |
#define _SERVICE_INFO SERVICE_INFOA |
#define GetAddressByName GetAddressByNameA |
#define SetService SetServiceA |
typedef struct _SERVICE_ADDRESSES * LPSERVICE_ADDRESSES |
typedef void* LPSERVICE_ASYNC_INFO |
typedef SERVICE_INFOA * LPSERVICE_INFO |
typedef struct _SERVICE_INFOA * LPSERVICE_INFOA |
typedef struct _SERVICE_INFOW * LPSERVICE_INFOW |
typedef struct _SERVICE_ADDRESSES * PSERVICE_ADDRESSES |
typedef struct _SERVICE_ADDRESS SERVICE_ADDRESS |
typedef SERVICE_INFOA SERVICE_INFO |
typedef struct _SERVICE_INFOA SERVICE_INFOA |
typedef struct _SERVICE_INFOW SERVICE_INFOW |
INT WINAPI GetAddressByNameA | ( | DWORD | NameSpace, |
LPGUID | ServiceType, | ||
LPSTR | ServiceName, | ||
LPINT | Protocols, | ||
DWORD | Resolution, | ||
LPSERVICE_ASYNC_INFO | ServiceAsyncInfo, | ||
LPVOID | CsaddrBuffer, | ||
LPDWORD | BufferLength, | ||
LPSTR | AliasBuffer, | ||
LPDWORD | AliasBufferLength | ||
) |
Definition at line 60 of file stubs.c.
INT WINAPI GetAddressByNameW | ( | DWORD | NameSpace, |
LPGUID | ServiceType, | ||
LPWSTR | ServiceName, | ||
LPINT | Protocols, | ||
DWORD | Resolution, | ||
LPSERVICE_ASYNC_INFO | ServiceAsyncInfo, | ||
LPVOID | CsaddrBuffer, | ||
LPDWORD | BufferLength, | ||
LPWSTR | AliasBuffer, | ||
LPDWORD | AliasBufferLength | ||
) |
INT WINAPI SetServiceA | ( | DWORD | NameSpace, |
DWORD | Operation, | ||
DWORD | Flags, | ||
LPSERVICE_INFOA | ServiceInfo, | ||
LPSERVICE_ASYNC_INFO | ServiceAsyncInfo, | ||
LPDWORD | dwStatusFlags | ||
) |
INT WINAPI SetServiceW | ( | DWORD | NameSpace, |
DWORD | Operation, | ||
DWORD | Flags, | ||
LPSERVICE_INFOW | ServiceInfo, | ||
LPSERVICE_ASYNC_INFO | ServiceAsyncInfo, | ||
LPDWORD | dwStatusFlags | ||
) |