コード例 #1
0
BOOL vmsMagnetExtension::Associate()
{
	AssociationParameters ap;
	ap.tstrShellOpenCmdLine = get_ShellOpenCommandLine ();
	ap.bUrlProtocolSpecified = true;
	return AssociateWith (ap);
}
コード例 #2
0
ファイル: vmstorrentextension.cpp プロジェクト: pedia/raidget
BOOL vmsTorrentExtension::Associate()
{
	return AssociateWith (get_ShellOpenCommandLine ());
}