RtNalReleaseProcessExitHandler

RtNalReleaseProcessExitHandler removes an application's networking exit handler registered by the function RtNalAttachProcessExitHandler.

Syntax

BOOL RtNalReleaseProcessExitHandler(
	VOID
);

Parameters

This function has no parameters.

Return Value

Returns TRUE when the exit handler was successfully removed. Otherwise it returns FALSE. Call GetLastError to obtain an error code. The possible error code is listed below:

Error Code Meaning
ERROR_NOT_FOUND A process exit handler is not attached.
ERROR_NOT_READY RtNalInit has not completed successfully.

Requirements

Minimum Supported Version (NAL) RTX64 Network Abstraction Layer 2.0
Minimum Supported Version (RTX64) RTX64 3.4
Header rtnapi.h, RtNalApi.h
Library RtNal.lib

See Also: