开发者

get application names of AT jobs from scheduled tasks

How can I get a list of all the AT scheduled tasks' application names?

But I want to know how to do it exactly by using function NetScheduleJobGetInfo and AT_INFO Structure?

I'm programming in C+开发者_JAVA技巧+


Actually, I think you have the wrong function. You should be looking at NetScheduleJobEnum() which will give you an array of AT_ENUM structs, one for each job. Inside AT_ENUM is the command associated with the task.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜