|
Copyright © 2001-2008 MultiMedia Soft
Return to Table of contents
|
|
[Visual Basic]
control.CddbSetProxyDetails (
strHost as String,
nPort as Long,
strUsername as String,
strPassword as String
)
|
|
[C++]
void control.CddbSetProxyDetails (
LPCTSTR strHost,
long nPort,
LPCTSTR strUsername,
LPCTSTR strPassword
);
|
|
Parameter
|
Description
|
|
|
|
|
strHost
|
String representing the proxy host address
|
|
nPort
|
Number representing the proxy port.
|
|
strUsername
|
String representing the username
|
|
strPassword
|
String representing the password
|