RSC/MP Programming Manual

API Function Descriptions
RscCreateOptions [RSCOC]
RscCreateOptions [RSCOC]
The RscCreateOptions function creates an options structure to hold options set or
retrieved through the RscSetOption and RscGetOption function calls. The options
structure is used in many of the RSC/MP API function calls and is referred to by the
pulOptionsHandle parameter. See Appendix D, API Option Definitions, for a list of
options and their meanings.
USHORT RscCreateOptions
(ULONG *pulOptionsHandle /* out */
);
pulOptionsHandle
A pointer to the variable that receives the handle of the options structure.
Return Value
The return value is zero if the function is successful; otherwise, the function returns this
result value:
RSC_PC_HEAP_EXHAUSTED 22
HP NonStop Remote Server Call (RSC/MP) Programming Manual 522360-006
10 - 8