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










