typedef struct { DWORD dwSize; SESSSTARTPROC lpfnStart; SESSSTARTSTOP lpfnStop; } RNA_FUNCS;
The structure for SMM entry points for the specified SMM type.
dwSize
The size in bytes of the RNA_FUNCS structure.
lpfnStart
An entry point to the RnaSessStart function.
lpfnStop
An entry point to the RnaSessStop function.