RtNalGetInfo

RtNalGetInfo retrieves the current Network Abstraction Layer (NAL) settings. This function can only be called after the NAL has been initialized.

Syntax

BOOL RtNalGetInfo(
  PRTNAL_INFO pNalInfo
);

Parameters

pNalInfo

A pointer to structure RTNAL_INFO that returns the current NAL settings.

Return Value

Returns TRUE if the function succeeds. Otherwise it returns FALSE. Call GetLastError to obtain an error code. The possible error code is listed below:

Error Code Meaning
ERROR_INVALID_PARAMETER pNalInterfaceInfo is a NULL pointer.
ERROR_NOT_READY RtNalInit has not completed successfully.

Requirements

Minimum Supported Version RTX64 4.0
Header rtnapi.h, RtNalApi.h
Library RtNal.lib

See Also:

RTNAL_INFO