RasGetAutodialEnable

【勇芳软件工作室】汉化HomePreviousNext

[New - Windows NT]

RasGetAutodialEnable功能指示是否为指定的TAPI拨号位置启用了自动拨号功能。有关TAPI拨号位置的更多信息,请参阅Win32 Telephony(TAPI)程序员参考。

// TAPI拨号位置的标识符 (

DWORD 【dwDialingLocation】,// TAPI拨号位置的标识符
LPBOOL 【// pointer to variable that receives AutoDial state for this location】//指向此位置的自动拨号状态的变量的指针
); 

参数

【dwDialingLocation】

指定TAPI拨号位置的标识符。

【// pointer to variable that receives AutoDial state for this location】

指向一个BOOL变量的指针,如果为指定的拨号位置启用了“自动拨号”,则接收非零值,如果未启用,则为零。

返回值

如果函数成功,返回值为零。

如果函数失败,则返回值为非零值。

也可以看看

RasSetAutodialEnable