
Using shellexecute to invoke Direct:Connect (Sterling Software)
Any one familiar with invoking the Direct:Connect product
from within a C++ program. I think this is the sysntax but
not sure how the parameters are passed:
ShellExecute(NULL, "open","direct.exe" ,lpParameters ,
NULL,SW_SHOWMINIMIZED);
where
( lpParameters is an address to a null-terminated string
that specifies the parameters to be passed to the
application. )
Just don't know the format or structure for lpParameters.
What I want to pass to Direct:Connect is:
domain name i.e. PSGDSFO10072
ID i.e. rsawyer
password i.e. mypass
Thanks