开发者

get application names of AT jobs from scheduled tasks

开发者 https://www.devze.com 2023-02-20 14:17 出处:网络
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?

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

精彩评论

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