Section 11 Samples
Rev. 1.01 Mar. 17, 2008 Page 125 of 128
REJ10J1822-0101
pk_rsem = ( T_RSEM *)( __pInfo->pucPar
__ulInputParamOffset);
ercd = ref_sem2( semid, pk_rsem );
__pInfo->pOutputIOVectorTable[ __ulOutputParamCount
].pBaseAddress = pk_rsem;
__pInfo->pOutputIOVectorTable[ __ulOutputPar+ ].ulSize =
sizeof(*pk_rsem);
__pInfo->ulOutputIOVectorTableSize = 1UL;
return ((UINT32)ercd);
}
static UINT32 (* const __rpcsvr_SMPL_StubTable[])(rpc_server_stub_info
*) =
{
rpcsvr_SMPL_atof,
rpcsvr_SMPL_atoi,
rpcsvr_SMPL_ref_tsk2,
rpcsvr_SMPL_ref_sem2,
};
INT32 rpcsvr_SMPL_init ( rpc_svr_config * __config )
{
rpc_server_info __server_info;
if ( __config == NULL)
{
return -1L;
}
__server_info.ulRPCServerID = RPCSVR_ID_SMPL;
Summary of Contents for Stub Generator REJ10J1822-0101
Page 4: ......
Page 6: ......
Page 12: ...vi ...
Page 16: ...Section 2 Installation Rev 1 01 Mar 17 2008 Page 4 of 128 REJ10J1822 0101 ...
Page 34: ...Section 4 Executing RPCGEN Rev 1 01 Mar 17 2008 Page 22 of 128 REJ10J1822 0101 ...
Page 60: ...Section 5 Specifications of a Config File Rev 1 01 Mar 17 2008 Page 48 of 128 REJ10J1822 0101 ...
Page 118: ...Section 9 Notes Rev 1 01 Mar 17 2008 Page 106 of 128 REJ10J1822 0101 ...
Page 131: ...Section 11 Samples Rev 1 01 Mar 17 2008 Page 119 of 128 REJ10J1822 0101 ...
Page 140: ...Section 11 Samples Rev 1 01 Mar 17 2008 Page 128 of 128 REJ10J1822 0101 ...
Page 143: ......