| |
| Sets the profile file |
| |
 |
void SetProfile ( BSTR bsProfile ) |
|
| |
| Parameters | | bsProfile | | [in] Full path to a profile configuration file. |
| |
| See Also |
|
|
|
| |
| Samples |
| |
 |
C++ |
| |
pVenice->SetProfile ("C:\\Profiles\\profile.ini");
|
|
 |
C# |
| |
oVenice.SetProfile (@"C:\Profiles\profile.ini");
|
|
 |
VBS |
| |
oVenice.SetProfile("C:\Profiles\profile.ini")
|
|
 |
VB.NET |
| |
oVenice.SetProfile("C:\Profiles\profile.ini")
|
|