please dont rip this site Prev Next

SERVICE_ADDRESS info

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; 

 

Members

dwAddressType
Specifies the address family that the socket address pointed to by lpAddress belongs to.
dwAddressFlags
A set of bit flags that specify properties of the address. The following bit flags are defined:

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.

dwAddressLength
Specifies the size, in bytes, of the address.
dwPrincipalLength
This member is reserved for future use. It must be zero.
lpAddress
Points to a socket address of the appropriate type.
lpPrincipal
This member is reserved for future use. It must be NULL.

See Also

SERVICE_ADDRESSES, SERVICE_INFO


file: /Techref/os/win/api/win32/struc/src/str18_14.htm, 2KB, , updated: 2000/4/7 12:07, local time: 2024/4/20 09:28,
TOP NEW HELP FIND: 
3.128.200.68:LOG IN

 ©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?
Please DO link to this page! Digg it! / MAKE!

<A HREF="http://www.piclist.com/techref/os/win/api/win32/struc/src/str18_14.htm"> SERVICE_ADDRESS</A>

After you find an appropriate page, you are invited to your to this massmind site! (posts will be visible only to you before review) Just type a nice message (short messages are blocked as spam) in the box and press the Post button. (HTML welcomed, but not the <A tag: Instead, use the link box to link to another page. A tutorial is available Members can login to post directly, become page editors, and be credited for their posts.


Link? Put it here: 
if you want a response, please enter your email address: 
Attn spammers: All posts are reviewed before being made visible to anyone other than the poster.
Did you find what you needed?

  PICList 2024 contributors:
o List host: MIT, Site host massmind.org, Top posters @none found
- Page Editors: James Newton, David Cary, and YOU!
* Roman Black of Black Robotics donates from sales of Linistep stepper controller kits.
* Ashley Roll of Digital Nemesis donates from sales of RCL-1 RS232 to TTL converters.
* Monthly Subscribers: Gregg Rew. on-going support is MOST appreciated!
* Contributors: Richard Seriani, Sr.
 

Welcome to www.piclist.com!

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

  .