NET_PRES_INST_DATA Structure
C
typedef struct {
const struct _NET_PRES_TransportObject * pTransObject_ss;
const struct _NET_PRES_TransportObject * pTransObject_sc;
const struct _NET_PRES_TransportObject * pTransObject_ds;
const struct _NET_PRES_TransportObject * pTransObject_dc;
const struct _NET_PRES_EncProviderObject * pProvObject_ss;
const struct _NET_PRES_EncProviderObject * pProvObject_sc;
const struct _NET_PRES_EncProviderObject * pProvObject_ds;
const struct _NET_PRES_EncProviderObject * pProvObject_dc;
} NET_PRES_INST_DATA;
Members
Members | Description |
---|---|
const struct _NET_PRES_TransportObject * pTransObject_ss; | Pointer to the transport object that handles the stream server |
const struct _NET_PRES_TransportObject * pTransObject_sc; | Pointer to the transport object that handles the stream client |
const struct _NET_PRES_TransportObject * pTransObject_ds; | Pointer to the transport object that handles the datagram server |
const struct _NET_PRES_TransportObject * pTransObject_dc; | Pointer to the transport object that handles the datagram client |
const struct _NET_PRES_EncProviderObject * pProvObject_ss; | Pointer to the encryption provider object that handles the stream server |
const struct _NET_PRES_EncProviderObject * pProvObject_sc; | Pointer to the encryption provider object that handles the stream client |
const struct _NET_PRES_EncProviderObject * pProvObject_ds; | Pointer to the encryption provider object that handles the datagram server |
const struct _NET_PRES_EncProviderObject * pProvObject_dc; | Pointer to the encryption provider object that handles the datagram client |
Description
Net Presentation Instance Initialization data This data type initializes a Presentation layer.
Remarks
None.