OpenTP1 Version 7 TP1/Client User's Guide TP1/Client/W, TP1/Client/P

[Contents][Index][Back][Next]

4.3.7 DCRPC_DIRECT_SCHEDULE - Create a DCRPC_BINDING_TBL structure

Organization of this subsection
(1) Form
(2) Purpose
(3) Arguments set by UAPs

(1) Form

(a) TP1/Client/W
 
#include <dcvrpc.h>
DCRPC_DIRECT_SCHEDULE(
             struct DCRPC_BINDING_TBL *direction,
             char *hostnm,
             unsigned short scdport, DCLONG flags) 
 
(b) TP1/Client/P
 
#include <dcvrpc.h>
DCRPC_DIRECT_SCHEDULE(
      struct DCRPC_BINDING_TBL CLTFAR *direction,
      char CLTFAR *hostnm, unsigned short scdport, 
      DCLONG flags)
 

(2) Purpose

The DCRPC_DIRECT_SCHEDULE function creates the DCRPC_BINDING_TBL structure to be specified in an argument of the dc_rpc_call_to_s function.

(3) Arguments set by UAPs