IDataListener::IsBpcTask

[This is preliminary documentation and subject to change.]

Given the name of a task in the Windows 98 Task Scheduler, this method indicates whether the task was submitted by Announcement Listener. This method is not used by any other component of the Broadcast Architecture, but may be used by some other application.

HRESULT IsBpcTask(
  BSTR TaskName,      // in
  boolean *pfRetVal   // out, retval
);
 

Parameters

TaskName
String containing a Task Scheduler task name, such as BFTP_JOB_234.
pfRetVal
Pointer to a flag that is TRUE only if the task was created by Announcement Listener.

Return Values

Returns an HRESULT indicating success or failure.