Partilhar via


5.48 DSA_RPC_INST

The DSA_RPC_INST structure is a concrete type that represents a DC.

 typedef struct _DSA_RPC_INST {
   DWORD cb;
   DWORD cbpszServerOffset;
   DWORD cbpszAnnotationOffset;
   DWORD cbpszInstanceOffset;
   DWORD cbpguidInstanceOffset;
 } DSA_RPC_INST,
  *PDSA_RPC_INST;

cb: The total number of bytes in the DSA_RPC_INST structure.

cbpszServerOffset: The offset from the start of the DSA_RPC_INST structure to a location that specifies the start of the server name of this instance.

cbpszAnnotationOffset: The offset from the start of the DSA_RPC_INST structure to a location that specifies the start of the annotation of this instance.

cbpszInstanceOffset: The offset from the start of the DSA_RPC_INST structure to a location that specifies the start of the NetworkAddress (section 5.134) of this instance.

cbpguidInstanceOffset: The offset from the start of the DSA_RPC_INST structure to a location that specifies the start of the GUID for the instance.