RSC/MP 7.2 Programming Manual

API Function Descriptions
HP NonStop Remote Server Call (RSC/MP) Programming Manual522360-004
10-9
RscDestroyOptions [RSCOD]
RscDestroyOptions [RSCOD]
The RscDestroyOptions function deletes an options structure by releasing the space
allocated to it.
ulOptionsHandle
An existing options handle created by the RscCreateOptions function.
Return Value
The return value is zero if the function is successful; otherwise, the function returns
one of these result values:
Note. Further use of the options handle causes severe problems.
USHORT RscDestroyOptions
(ULONG ulOptionsHandle /* in */
);
RSC_INI_FILE_NOT_FOUND 5
RSC_INVALID_OPTIONS_HANDLE 10
RSC_PC_HEAP_EXHAUSTED 22
RSC_OPTIONS_AREA_CORRUPTED 34