How To Programmatically Change the SMMType (194940)



The information in this article applies to:

  • Microsoft Win32 Device Driver Kit (DDK) Windows 95

This article was previously published under Q194940

SUMMARY

The current RAS architecture for Windows 95 does not provide support to programmatically manipulate "SMM Type" for a RAS phone book entry.

MORE INFORMATION

Microsoft acknowledges the problem and has created a helper DLL that exports three functions that can help you to manipulate the SMM types. The three functions are exported in Rnasmm.dll, which can be found in the Windows 98 DDK. The exported functions are:

RASEnumSMMType

Enumerates all the "SMM types" available for a phone Book entry.

RASSetSMMType

Sets the "SMM type" for a phone book entry.

RASGetSMMType

Gets the current "SMM type" for a phone book entry

You can get this helper DLL by installing the Windows 98 DDK that ships with MSDN.

Modification Type:MinorLast Reviewed:8/30/2004
Keywords:kbhowto kbNDIS KB194940