Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/6/2010
This method retrieves the value of the StartProgram property, which specifies the program to be started on the remote server upon connection.
Syntax
HRESULT get_StartProgram(
BSTR* pStartProgram
);
Parameters
- pStartProgram
[out] Pointer to the value the StartProgram property is set to.
Return Value
If the method succeeds, the return value is S_OK.
If it fails, the method returns a nonzero error code.
Remarks
This method allocates the memory required for the buffer pointed to by pStartProgram. Calling C/C++ applications must free the memory with a call to the SysFreeString function. This is not required for Visual Basic clients.
Requirements
| Header | discodlg.h, mstsax.idl |
| Library | Mstsax.lib |
| Windows Embedded CE | Windows CE .NET 4.0 and later |
See Also
Reference
IMsTscSecuredSettings
IMsTscSecuredSettings::put_StartProgram