14.11.1.3 Arguments
-
argc
- The number of strings in
argv
. -
argv
- This argument is defined as an unbound array of strings
(
char **
) and the number of strings in the array is passed in theargc
parameter. -
orb_identifier
- If the
orb_identifier
parameter is supplied,“BEA_IIOP”
explicitly specifies a remote client and“BEA_TOBJ”
explicitly specifies a native client, as defined in the section Tobj_Bootstrap.
Parent topic: CORBA::ORB_init