Home |
Function RTFFindClose |
Function RTFFindCloseRTFFindClose closes a handle created by RTFFindFirstEx: int RTFFindClose(RTFHANDLE File); ParametersFileHandle returned by a previous successful call to RTFFindFirstEx. return valueIf the function succeeds, the return value is RTF_NO_ERROR. If the function fails, the return value is a negative error code.
|