RTNAL_INFO

RTNAL_INFO is a structure that specifies information to RtNalGetInfo about the current Network Abstraction Layer (NAL) settings.

Syntax

typedef struct _RTNAL_INFO{      
	DWORD Version;
       BOOL Verbose;      
       DWORD IoctlDispatchPriority;
       DWORD IoctlDispatchCurrentProcessor;
       DWORD currentProcessor;
}RTNAL_RTNAL_INFO, *PRTNAL_RTNAL_INFO;

Fields

Version

This value must be RTNAL_V40.

Verbose

Whether the NAL is running in Verbose mode.

IoctlDispatchPriority

The priority of the Ioctl Dispatch Thread.

IoctlDispatchCurrentProcessor

The current processor of the Ioctl Dispatch Thread.

currentProcessor

The current processor on which the NAL is running.

Requirements

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

See Also:

RtNalGetInfo