The SERVICE_ADDRESS structure contains address information for a service. The structure can accomodate many types of interprocess communications (IPC) mechanisms and their address forms, including remote procedure calls (RPCs), named pipes, and sockets.
typedef struct _SERVICE_ADDRESS { DWORD dwAddressType; DWORD dwAddressFlags; DWORD dwAddressLength; DWORD dwPrincipalLength; BYTE *lpAddress; BYTE *lpPrincipal; } SERVICE_ADDRESS;
Value |
Meaning |
SERVICE_ADDRESS_FLAG_RPC_CN |
If this bit flag is set, the service supports connection-oriented RPC over this transport protocol. |
SERVICE_ADDRESS_FLAG_RPC_DG |
If this bit flag is set, the service supports datagram-oriented RPC over this transport protocol. |
SERVICE_ADDRESS_FLAG_RPC_NB |
If this bit flag is set, the service supports NetBIOS RPC over this transport protocol. |
SERVICE_ADDRESSES, SERVICE_INFO
file: /Techref/os/win/api/win32/struc/src/str18_14.htm, 2KB, , updated: 2000/4/7 11:07, local time: 2024/11/8 11:57,
18.220.209.64:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://ecomorder.com/Techref/os/win/api/win32/struc/src/str18_14.htm"> SERVICE_ADDRESS</A> |
Did you find what you needed? |
Welcome to ecomorder.com! |
Welcome to ecomorder.com! |
.