BOOL vmsMagnetExtension::Associate()
{
	AssociationParameters ap;
	ap.tstrShellOpenCmdLine = get_ShellOpenCommandLine ();
	ap.bUrlProtocolSpecified = true;
	return AssociateWith (ap);
}
BOOL vmsTorrentExtension::Associate()
{
	return AssociateWith (get_ShellOpenCommandLine ());
}