ITaskService::get_TargetServer method (taskschd.h)
Gets the name of the computer that is running the Task Scheduler service that the user is connected to.
This property is read-only.
Syntax
HRESULT get_TargetServer(
BSTR *pServer
);
Parameters
pServer
Return value
None
Remarks
This property returns an empty string when the user passes an IP address, Localhost, or '.' into the pServer parameter, and it returns the name of the computer that is running the Task Scheduler service when the user does not pass any parameter value.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Target Platform | Windows |
Header | taskschd.h |
Library | Taskschd.lib |
DLL | Taskschd.dll |