RSC/MP 7.2 Programming Manual
API Function Descriptions
HP NonStop Remote Server Call (RSC/MP) Programming Manual—522360-004
10-8
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.
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:
USHORT RscCreateOptions
(ULONG *pulOptionsHandle /* out */
);
RSC_PC_HEAP_EXHAUSTED 22