仿腾讯QQ和Skype 通过URL触发自己的程序
2010-08-22 20:47:23 来源:WEB开发网核心提示:以下源代码将删除自定义的Web协议: 卸载自定义的Web协议//BOOL UnRegWebProtocol ( LPCTSTR lpszProtocolName ){if ( !lpszProtocolName || lstrlen(lpszProtocolName) < 1 )return FALSE;retu
以下源代码将删除自定义的Web协议:
//
// 卸载自定义的Web协议
//
BOOL UnRegWebProtocol ( LPCTSTR lpszProtocolName )
{
if ( !lpszProtocolName || lstrlen(lpszProtocolName) < 1 )
return FALSE;
return RegDeleteAllSubKey ( HKEY_CLASSES_ROOT, lpszProtocolName );
}
我提供一个详细的源代码可以演示整个过程,程序界面如下:
更多精彩
赞助商链接