[This is preliminary documentation and subject to change.]
Call the MprAdminInterfaceUpdatePhonebookInfo function after making any changes to the phonebook entry for the specified demand dial interface. This function forces the router to pick up the changes for that interface.
DWORD MprAdminInterfaceUpdatePhonebookInfo (
MPR_SERVER_HANDLEhMprServer, // handle to the router
HANDLEhInterface // handle to the interface
);
Parameters
hMprServer
Handle to the Windows NT router on which to execute this call. Obtain the handle by calling MprAdminServerConnect.